Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79f2e40

Browse files
committed
Update interface
1 parent 15f4146 commit 79f2e40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Cache/StoreInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function put($key, $value, $minutes);
2525
*
2626
* @param string $key
2727
* @param mixed $value
28-
* @return void
28+
* @return int|bool
2929
*/
3030
public function increment($key, $value = 1);
3131

@@ -34,7 +34,7 @@ public function increment($key, $value = 1);
3434
*
3535
* @param string $key
3636
* @param mixed $value
37-
* @return void
37+
* @return int|bool
3838
*/
3939
public function decrement($key, $value = 1);
4040

0 commit comments

Comments
 (0)