@@ -8,7 +8,7 @@ |
||
| 8 | 8 | declare(strict_types=1); |
| 9 | 9 | |
| 10 | 10 | |
| 11 | -\spl_autoload_register(function (string $alias): void { |
|
| 11 | +\spl_autoload_register(function(string $alias): void { |
|
| 12 | 12 | $shouldRewrite = \strpos(\trim($alias, '\\'), 'Railt\\Reflection') === 0; |
| 13 | 13 | |
| 14 | 14 | if ($shouldRewrite) { |