Passed
Push — master ( 662c3c...9a9571 )
by Jitendra
01:23
created
src/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 
70 70
     protected function doLazyload(string $html): string
71 71
     {
72
-        return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function ($match) {
72
+        return \preg_replace_callback('/<(img|source|video)([^>]+)>/m', function($match) {
73 73
             list($all, $tag, $props) = $match;
74 74
 
75 75
             if (empty(\trim($props, ' /'))) {
Please login to merge, or discard this patch.