Passed
Pull Request — master (#4)
by Vincent
12:02
created
src/Query/Extension/CachableTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,8 +114,8 @@
 block discarded – undo
114 114
     {
115 115
         if ($this->cacheKey === null) {
116 116
             return $this->cacheKey = new CacheKey(
117
-                function () { return $this->cacheNamespace(); },
118
-                function () { return $this->cacheKey(); }
117
+                function() { return $this->cacheNamespace(); },
118
+                function() { return $this->cacheKey(); }
119 119
             );
120 120
         }
121 121
 
Please login to merge, or discard this patch.