Test Setup Failed
Branch master (d251e3)
by Koen
02:30
created
src/Lua.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Lua.php
4
- *
5
- * @author Koen Vlaswinkel <[email protected]>
6
- * @since  20/12/2015 14:47
7
- */
3
+     * Lua.php
4
+     *
5
+     * @author Koen Vlaswinkel <[email protected]>
6
+     * @since  20/12/2015 14:47
7
+     */
8 8
 
9 9
 namespace Vlaswinkel\Lua;
10 10
 
Please login to merge, or discard this patch.
src/AST/StringASTNode.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * StringASTNode.php
4
- *
5
- * @author Koen Vlaswinkel <[email protected]>
6
- * @since  21/12/2015 10:32
7
- */
3
+     * StringASTNode.php
4
+     *
5
+     * @author Koen Vlaswinkel <[email protected]>
6
+     * @since  21/12/2015 10:32
7
+     */
8 8
 
9 9
 namespace Vlaswinkel\Lua\AST;
10 10
 
Please login to merge, or discard this patch.
tests/LuaInputStreamTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * LuaInputStreamTest.php
4
- *
5
- * @author Koen Vlaswinkel <[email protected]>
6
- * @since  21/12/2015 16:57
7
- */
3
+     * LuaInputStreamTest.php
4
+     *
5
+     * @author Koen Vlaswinkel <[email protected]>
6
+     * @since  21/12/2015 16:57
7
+     */
8 8
 
9 9
 namespace Vlaswinkel\Lua\Tests;
10 10
 
Please login to merge, or discard this patch.
tests/LuaParserTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * LuaParserTest.php
4
- *
5
- * @author Koen Vlaswinkel <[email protected]>
6
- * @since  21/12/2015 17:30
7
- */
3
+     * LuaParserTest.php
4
+     *
5
+     * @author Koen Vlaswinkel <[email protected]>
6
+     * @since  21/12/2015 17:30
7
+     */
8 8
 
9 9
 namespace Vlaswinkel\Lua\Tests;
10 10
 
Please login to merge, or discard this patch.
tests/LuaTokenStreamTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * LuaTokenStreamTest.php
4
- *
5
- * @author Koen Vlaswinkel <[email protected]>
6
- * @since  21/12/2015 17:19
7
- */
3
+     * LuaTokenStreamTest.php
4
+     *
5
+     * @author Koen Vlaswinkel <[email protected]>
6
+     * @since  21/12/2015 17:19
7
+     */
8 8
 
9 9
 namespace Vlaswinkel\Lua\Tests;
10 10
 
Please login to merge, or discard this patch.