Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
barasimumatik committed May 13, 2024
1 parent 3ca0a8d commit f7becea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Proxy/ApcuProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function apcu_cas($key, $old, $new)
* @since 2.0.0
* @param boolean $limited If limited is TRUE, the return value will exclude the individual list of cache
* entries. This is useful when trying to optimize calls for statistics gathering.
* @return false|array Array of cached data (and meta-data) or FALSE on failure
* @return false|array Array of cached data (and meta-data) or FALSE on failure
*/
public function apcu_cache_info($limited = false)
{
Expand Down

0 comments on commit f7becea

Please sign in to comment.