@@ -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 |