@@ -1,12 +1,12 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Go! AOP framework |
|
4 | - * |
|
5 | - * @copyright Copyright 2012, 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 | + * Go! AOP framework |
|
4 | + * |
|
5 | + * @copyright Copyright 2012, 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\Proxy; |
12 | 12 | |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | $defaultValue = null; |
127 | 127 | $isDefaultValueAvailable = $parameter->isDefaultValueAvailable(); |
128 | 128 | if ($isDefaultValueAvailable) { |
129 | - $defaultValue = var_export($parameter->getDefaultValue(), true); |
|
129 | + $defaultValue = var_export($parameter->getDefaultValue(), true); |
|
130 | 130 | } elseif ($parameter->isOptional()) { |
131 | 131 | $defaultValue = 'null'; |
132 | 132 | } |