Completed
Branch master (b611de)
by Alexander
04:33
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;
12 12
 
Please login to merge, or discard this patch.
src/ReflectionProperty.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;
12 12
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         Property $propertyType = null,
59 59
         PropertyProperty $propertyNode = null)
60 60
     {
61
-        $this->className    = $className;
61
+        $this->className = $className;
62 62
         if (!$propertyType || !$propertyNode) {
63 63
             list ($propertyType, $propertyNode) = ReflectionEngine::parseClassProperty($className, $propertyName);
64 64
         }
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\Traits;
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\Traits;
12 12
 
Please login to merge, or discard this patch.
src/ValueResolver/NodeExpressionResolver.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.