@@ -140,7 +140,7 @@ |
||
140 | 140 | $format = $this->attributes['format']; |
141 | 141 | } |
142 | 142 | |
143 | - // try Symfony request |
|
143 | + // try Symfony request |
|
144 | 144 | else if (array_key_exists('app', $this->context)) { |
145 | 145 | /** |
146 | 146 | * @var $appVariable AppVariable |
@@ -225,7 +225,7 @@ |
||
225 | 225 | * Resolves properties containing paths using namespaces. |
226 | 226 | * |
227 | 227 | * @param string $path |
228 | - * @return bool |
|
228 | + * @return string |
|
229 | 229 | */ |
230 | 230 | private function expandPath($path) |
231 | 231 | { |