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

Skip to content

Commit 5ca37a6

Browse files
committed
Typo fix: Increment switched to proper Decrement
1 parent 6203dc4 commit 5ca37a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Cache/ApcStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function increment($key, $value = 1)
7171
}
7272

7373
/**
74-
* Increment the value of an item in the cache.
74+
* Decrement the value of an item in the cache.
7575
*
7676
* @param string $key
7777
* @param mixed $value
@@ -136,4 +136,4 @@ public function getPrefix()
136136
return $this->prefix;
137137
}
138138

139-
}
139+
}

0 commit comments

Comments
 (0)