Passed
Push — master ( 4c142a...e9b438 )
by Sven
01:33 queued 10s
created
lib/Caxy/HtmlDiff/HtmlDiff.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -396,6 +396,12 @@
 block discarded – undo
396 396
         return $diff->build();
397 397
     }
398 398
 
399
+    /**
400
+     * @param string $oldText
401
+     * @param string $newText
402
+     * @param string $attribute
403
+     * @param string $element
404
+     */
399 405
     protected function diffElementsByAttribute($oldText, $newText, $attribute, $element)
400 406
     {
401 407
         $oldAttribute = $this->getAttributeFromTag($oldText, $attribute);
Please login to merge, or discard this patch.