Passed
Pull Request — master (#900)
by Michael
03:06
created
src/Type/regenerate-parser.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,12 +19,12 @@  discard block
 block discarded – undo
19 19
  * limitations under the License.
20 20
  */
21 21
 
22
-require __DIR__ . '/../../vendor/autoload.php';
22
+require __DIR__.'/../../vendor/autoload.php';
23 23
 
24
-$compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read(__DIR__ . '/grammar.pp'));
24
+$compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read(__DIR__.'/grammar.pp'));
25 25
 
26 26
 file_put_contents(
27
-    __DIR__ . '/InnerParser.php',
27
+    __DIR__.'/InnerParser.php',
28 28
     <<<EOS
29 29
 <?php
30 30
 
@@ -54,5 +54,5 @@  discard block
 block discarded – undo
54 54
  */
55 55
 
56 56
 EOS
57
-    . 'final ' . Hoa\Compiler\Llk\Llk::save($compiler, 'InnerParser')
57
+    . 'final '.Hoa\Compiler\Llk\Llk::save($compiler, 'InnerParser')
58 58
 );
Please login to merge, or discard this patch.