Test Failed
Branch master (6d2940)
by Alexander
03:28
created
Category
src/BaseRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
                 return $this;
85 85
             }
86 86
 
87
-            $data = cache($this->ttl, 'repository_' . $this->getName(), '/repositories', 'cache', function () {
87
+            $data = cache($this->ttl, 'repository_' . $this->getName(), '/repositories', 'cache', function() {
88 88
                 return $this->putData((array) $this->initWithoutCache());
89 89
             });
90 90
 
Please login to merge, or discard this patch.