@@ 246-249 (lines=4) @@ | ||
243 | if (array_key_exists($openingTag, $this->isolatedDiffTags) && |
|
244 | array_key_exists($closingTag, $this->isolatedDiffTags) |
|
245 | ) { |
|
246 | if ($index == 'new' && $this->isOpeningTag($arrayData[0])) { |
|
247 | $this->newParentTag = $arrayData[0]; |
|
248 | $this->newListType = $this->getAndStripTag($arrayData[0]); |
|
249 | } |
|
250 | ||
251 | if ($index == 'old' && $this->isOpeningTag($arrayData[0])) { |
|
252 | $this->oldParentTag = $arrayData[0]; |
|
@@ 251-254 (lines=4) @@ | ||
248 | $this->newListType = $this->getAndStripTag($arrayData[0]); |
|
249 | } |
|
250 | ||
251 | if ($index == 'old' && $this->isOpeningTag($arrayData[0])) { |
|
252 | $this->oldParentTag = $arrayData[0]; |
|
253 | $this->oldListType = $this->getAndStripTag($arrayData[0]); |
|
254 | } |
|
255 | ||
256 | array_shift($arrayData); |
|
257 | array_pop($arrayData); |