@@ -396,6 +396,12 @@ |
||
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); |