Passed
Pull Request — master (#55)
by Abdelouahab
16:15 queued 12:41
created
src/LaravelH5p/Storages/LaravelH5pStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
                     // Rewrite relative URLs used inside stylesheets
238 238
                     $content .= preg_replace_callback(
239 239
                         '/url\([\'"]?([^"\')]+)[\'"]?\)/i',
240
-                        function ($matches) use ($cssRelPath) {
240
+                        function($matches) use ($cssRelPath) {
241 241
                             if (preg_match("/^(data:|([a-z0-9]+:)?\/)/i", $matches[1]) === 1) {
242 242
                                 return $matches[0]; // Not relative, skip
243 243
                             }
Please login to merge, or discard this patch.