Passed
Push — docs ( d522bd...eb1d0f )
by Arnaud
14:25
created
src/Assets/Url.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,8 +105,7 @@
 block discarded – undo
105 105
                         $this->url = $value;
106 106
                         break;
107 107
                     // asset as string
108
-                    case false !== strpos($value, '.') ? true : false:
109
-                        $this->url = $base.'/'.ltrim($value, '/');
108
+                    case false !== strpos($value, '.') ? true : false : $this->url = $base.'/'.ltrim($value, '/');
110 109
                         break;
111 110
                     // Page ID as string
112 111
                     case $this->builder->getPages()->has($pageId):
Please login to merge, or discard this patch.