Completed
Push — master ( 39483e...0da13d )
by Kirill
75:45 queued 38:22
created
src/polyfill.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.