@@ -218,7 +218,7 @@ |
||
| 218 | 218 | * Resolves properties containing paths using namespaces. |
| 219 | 219 | * |
| 220 | 220 | * @param string $path |
| 221 | - * @return bool |
|
| 221 | + * @return string |
|
| 222 | 222 | */ |
| 223 | 223 | private function expandPath($path) |
| 224 | 224 | { |
@@ -158,7 +158,7 @@ |
||
| 158 | 158 | $format = $this->attributes['format']; |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | - // try Symfony request |
|
| 161 | + // try Symfony request |
|
| 162 | 162 | else if (array_key_exists('app', $this->context)) { |
| 163 | 163 | /** |
| 164 | 164 | * @var AppVariable $appVariable |