Passed
Push — master ( 6342b0...b0746c )
by Josh
02:09
created
lib/Caxy/HtmlDiff/HtmlDiff.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@  discard block
 block discarded – undo
334 334
         } elseif ($this->isImagePlaceholder($placeholder)) {
335 335
             return $this->diffElementsByAttribute($oldText, $newText, 'src', 'img');
336 336
         } elseif ($this->isPicturePlaceholder($placeholder)) {
337
-           return $this->diffPicture($oldText, $newText);
337
+            return $this->diffPicture($oldText, $newText);
338 338
         }
339 339
 
340 340
         return $this->diffElements($oldText, $newText, $stripWrappingTags);
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
             );
411 411
         }
412 412
         return $this->diffElements($oldText, $newText);
413
-  }
413
+    }
414 414
 
415 415
     protected function diffElementsByAttribute($oldText, $newText, $attribute, $element)
416 416
     {
Please login to merge, or discard this patch.