@@ -150,7 +150,7 @@ discard block |
||
| 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 |
||
| 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".'), |