Skip to content

Commit 4a474ce

Browse files
Fix typo in method documentation (#40951)
1 parent 705642d commit 4a474ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/DynamoDbStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function put($key, $value, $seconds)
211211
}
212212

213213
/**
214-
* Store multiple items in the cache for a given number of $seconds.
214+
* Store multiple items in the cache for a given number of seconds.
215215
*
216216
* @param array $values
217217
* @param int $seconds

0 commit comments

Comments
 (0)