Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6203dc4 commit 5ca37a6Copy full SHA for 5ca37a6
1 file changed
src/Illuminate/Cache/ApcStore.php
@@ -71,7 +71,7 @@ public function increment($key, $value = 1)
71
}
72
73
/**
74
- * Increment the value of an item in the cache.
+ * Decrement the value of an item in the cache.
75
*
76
* @param string $key
77
* @param mixed $value
@@ -136,4 +136,4 @@ public function getPrefix()
136
return $this->prefix;
137
138
139
-}
+}
0 commit comments