Completed
Pull Request — master (#212)
by
unknown
02:48 queued 44s
created
src/Cache/ApcuStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         $contents = apcu_fetch($this->getActualCacheKey($key));
17 17
 
18
-        if (!$contents) {
18
+        if ( ! $contents) {
19 19
             return null;
20 20
         }
21 21
 
Please login to merge, or discard this patch.