@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -58,7 +58,7 @@ |
||
| 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 | } |
@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -1,12 +1,12 @@ |
||
| 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 | |