Completed
Push — master ( fe9d21...06b28a )
by Kirill
04:29
created
src/Console/SDLCompileCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * @var string
23 23
      */
24
-    private const SCHEMA_SDL_GRAMMAR = __DIR__ . '/../../resources/grammar.pp2';
24
+    private const SCHEMA_SDL_GRAMMAR = __DIR__.'/../../resources/grammar.pp2';
25 25
 
26 26
     /**
27 27
      * @var string
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
         Compiler::load(File::fromPathname(self::SCHEMA_SDL_GRAMMAR))
44 44
             ->setClassName('Parser')
45 45
             ->setNamespace('Railt\\SDL')
46
-            ->saveTo(__DIR__ . '/../');
46
+            ->saveTo(__DIR__.'/../');
47 47
 
48 48
         $this->info('OK');
49 49
     }
Please login to merge, or discard this patch.
src/Compiler/Definition/ScalarDelegate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Railt\Reflection\Contracts\Definition;
13 13
 use Railt\Reflection\Contracts\Document;
14
-use Railt\Reflection\Definition\ObjectDefinition;
15 14
 use Railt\Reflection\Definition\ScalarDefinition;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.