@@ -215,7 +215,7 @@ |
||
215 | 215 | $container = $this->container; |
216 | 216 | $router = $container->get('router'); |
217 | 217 | |
218 | - if($options['absolute']) { |
|
218 | + if ($options['absolute']) { |
|
219 | 219 | $referenceType = UrlGenerator::ABSOLUTE_URL; |
220 | 220 | } else { |
221 | 221 | $referenceType = UrlGenerator::ABSOLUTE_PATH; |