Passed
Branch dev (8bc649)
by Enjoys
02:24 queued 17s
created
src/Content/ReplaceRelative.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 
43 43
         $result = preg_replace_callback(
44 44
             '/(url\([\'"]?)(?!["\'a-z]+:|[\'"]?\/{2})(.+?[^\'"])([\'"]?\))/i',
45
-            function (array $m) {
45
+            function(array $m) {
46 46
                 /** @var string[] $m */
47 47
                 $normalizedPath = $this->getNormalizedPath($m[2]);
48 48
                 if ($normalizedPath === false) {
Please login to merge, or discard this patch.