Completed
Push — master ( d35f12...042cd4 )
by Benjamin
02:22
created
Services/MediaManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.