Passed
Push — master ( 921f98...8e8597 )
by Alain
02:39
created
src/View/Support/AbstractFinder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
      */
151 151
     protected function initializeFindables($arguments = null)
152 152
     {
153
-        $this->findables = $this->findables->map(function ($findable) use ($arguments) {
153
+        $this->findables = $this->findables->map(function($findable) use ($arguments) {
154 154
             return $this->initializeFindable($findable, $arguments);
155 155
         });
156 156
     }
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
             $findable = $this->instantiateFindableFromCallable($findable, $arguments);
192 192
         }
193 193
 
194
-        if (! $findable instanceof Findable) {
194
+        if ( ! $findable instanceof Findable) {
195 195
             throw new FailedToInstantiateFindableException(
196 196
                 sprintf(
197 197
                     _('Could not instantiate Findable "%s".'),
Please login to merge, or discard this patch.