Passed
Push — feature/initial-implementation ( 88960a...869acf )
by Fike
02:03
created
src/Framework/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     public function deregisterLoader(LoaderInterface $loader)
55 55
     {
56
-        $this->loaders = array_filter($this->loaders, function (LoaderInterface $item) use ($loader) {
56
+        $this->loaders = array_filter($this->loaders, function(LoaderInterface $item) use ($loader) {
57 57
             return $loader !== $item;
58 58
         });
59 59
         return $this;
Please login to merge, or discard this patch.