Completed
Push — master ( b86f33...5f68cd )
by Alexander
03:35
created
src/ReflectionParameter.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parser Reflection API
4
- *
5
- * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
- *
7
- * This source file is subject to the license that is bundled
8
- * with this source code in the file LICENSE.
9
- */
3
+     * Parser Reflection API
4
+     *
5
+     * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
+     *
7
+     * This source file is subject to the license that is bundled
8
+     * with this source code in the file LICENSE.
9
+     */
10 10
 
11 11
 namespace Go\ParserReflection\ValueResolver;
12 12
 
Please login to merge, or discard this patch.
src/Traits/InitializationTrait.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parser Reflection API
4
- *
5
- * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
- *
7
- * This source file is subject to the license that is bundled
8
- * with this source code in the file LICENSE.
9
- */
3
+     * Parser Reflection API
4
+     *
5
+     * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
+     *
7
+     * This source file is subject to the license that is bundled
8
+     * with this source code in the file LICENSE.
9
+     */
10 10
 
11 11
 namespace Go\ParserReflection\ValueResolver;
12 12
 
Please login to merge, or discard this patch.
src/Traits/ReflectionFunctionLikeTrait.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parser Reflection API
4
- *
5
- * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
- *
7
- * This source file is subject to the license that is bundled
8
- * with this source code in the file LICENSE.
9
- */
3
+     * Parser Reflection API
4
+     *
5
+     * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
+     *
7
+     * This source file is subject to the license that is bundled
8
+     * with this source code in the file LICENSE.
9
+     */
10 10
 
11 11
 namespace Go\ParserReflection\ValueResolver;
12 12
 
Please login to merge, or discard this patch.
src/ReflectionException.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parser Reflection API
4
- *
5
- * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
- *
7
- * This source file is subject to the license that is bundled
8
- * with this source code in the file LICENSE.
9
- */
3
+     * Parser Reflection API
4
+     *
5
+     * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
+     *
7
+     * This source file is subject to the license that is bundled
8
+     * with this source code in the file LICENSE.
9
+     */
10 10
 
11 11
 namespace Go\ParserReflection\ValueResolver;
12 12
 
Please login to merge, or discard this patch.
src/ReflectionFile.php 2 patches
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parser Reflection API
4
- *
5
- * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
- *
7
- * This source file is subject to the license that is bundled
8
- * with this source code in the file LICENSE.
9
- */
3
+     * Parser Reflection API
4
+     *
5
+     * @copyright Copyright 2015, Lisachenko Alexander <[email protected]>
6
+     *
7
+     * This source file is subject to the license that is bundled
8
+     * with this source code in the file LICENSE.
9
+     */
10 10
 
11 11
 namespace Go\ParserReflection\ValueResolver;
12 12
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
      */
38 38
     private $topLevelNodes;
39 39
 
40
+    /**
41
+     * @param string $fileName
42
+     */
40 43
     public function __construct($fileName, $topLevelNodes = null)
41 44
     {
42 45
         $this->fileName      = $fileName;
Please login to merge, or discard this patch.