Passed
Pull Request — master (#19)
by Kirill
02:19
created
src/polyfill.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 declare(strict_types=1);
11 11
 
12
-spl_autoload_register(static function (string $class) {
12
+spl_autoload_register(static function(string $class) {
13 13
     if (strpos($class, 'Spiral\\Migrations\\') === 0) {
14 14
         $original = 'Cycle\\Migrations\\' . substr($class, 18);
15 15
 
Please login to merge, or discard this patch.