Skip to content

Commit f0ad6a9

Browse files
committed
Revert throws
1 parent 85fbe6d commit f0ad6a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Illuminate/Cache/DynamoDbStore.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ public function putMany(array $values, $seconds)
253253
* @param mixed $value
254254
* @param int $seconds
255255
* @return bool
256-
*
257-
* @throws \Aws\DynamoDb\Exception\DynamoDbException
258256
*/
259257
public function add($key, $value, $seconds)
260258
{
@@ -300,8 +298,6 @@ public function add($key, $value, $seconds)
300298
* @param string $key
301299
* @param mixed $value
302300
* @return int|bool
303-
*
304-
* @throws \Aws\DynamoDb\Exception\DynamoDbException
305301
*/
306302
public function increment($key, $value = 1)
307303
{
@@ -347,8 +343,6 @@ public function increment($key, $value = 1)
347343
* @param string $key
348344
* @param mixed $value
349345
* @return int|bool
350-
*
351-
* @throws \Aws\DynamoDb\Exception\DynamoDbException
352346
*/
353347
public function decrement($key, $value = 1)
354348
{

0 commit comments

Comments
 (0)