@@ -27,7 +27,7 @@ |
||
27 | 27 | { |
28 | 28 | $detector_collect = collect($detector); |
29 | 29 | |
30 | - $detector_collect->map(function ($detector_obj) { |
|
30 | + $detector_collect->map(function($detector_obj) { |
|
31 | 31 | if (!empty($detector_obj)) { |
32 | 32 | $reflect = new \ReflectionClass($detector_obj); |
33 | 33 | if ($reflect->implementsInterface(DetectorConditionsContract::class)) { |