Passed
Pull Request — master (#3)
by Jitendra
01:23
created
src/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     protected function doLazyload(string $html): string
55 55
     {
56
-        return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function ($match) {
56
+        return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function($match) {
57 57
             list($all, $tag, $props) = $match;
58 58
 
59 59
             if (empty(\trim($props, ' /')) || \stripos($props, $this->lazyClass) !== false) {
Please login to merge, or discard this patch.