@@ -27,7 +27,7 @@ |
||
| 27 | 27 | public function get(AuthConfigInterface $config): AuthHandlerInterface |
| 28 | 28 | { |
| 29 | 29 | $handler = (new ConditionMatch($this->handlers))->find( |
| 30 | - function (AuthHandlerInterface $currentHandler) use ($config) { |
|
| 30 | + function(AuthHandlerInterface $currentHandler) use ($config) { |
|
| 31 | 31 | return $currentHandler->suits($config); |
| 32 | 32 | } |
| 33 | 33 | ); |