Passed
Push — analysis-jL0YDJ ( 36ad29 )
by Arnaud
04:53
created
src/Assets/Url.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,8 +119,7 @@
 block discarded – undo
119 119
                         $this->url = (string) new self($this->builder, $page, $options);
120 120
                         break;
121 121
                     // asset as string
122
-                    case false !== strpos($value, '.') ? true : false:
123
-                        $this->url = $base.'/'.ltrim($value, '/');
122
+                    case false !== strpos($value, '.') ? true : false : $this->url = $base.'/'.ltrim($value, '/');
124 123
                         break;
125 124
                     // others cases?
126 125
                     default:
Please login to merge, or discard this patch.