Skip to content

Commit 9ed4284

Browse files
committed
Fix DocBlock
1 parent 104a14f commit 9ed4284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Cache/DynamoDbStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function isExpired(array $item, $expiration = null)
185185
* Store an item in the cache for a given number of minutes.
186186
*
187187
* @param string $key
188-
* @param mixed $value
188+
* @param mixed $value
189189
* @param float|int $minutes
190190
* @return bool
191191
*/
@@ -249,7 +249,7 @@ public function putMany(array $values, $minutes)
249249
* Store an item in the cache if the key doesn't exist.
250250
*
251251
* @param string $key
252-
* @param mixed $value
252+
* @param mixed $value
253253
* @param float|int $minutes
254254
* @return bool
255255
*/

0 commit comments

Comments
 (0)