Passed
Push — master ( 87e940...662c3c )
by Jitendra
01:27
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, ' /')) || \strpos($props, "no-{$this->lazyClass}") !== false) {
Please login to merge, or discard this patch.