remove dead method

This commit is contained in:
TomasVotruba 2020-04-30 10:52:08 +02:00
parent 0bf0a26b04
commit 038f18223c

View File

@ -113,16 +113,6 @@ abstract class AbstractTagValueNode implements AttributeAwareNodeInterface, PhpD
return $keyPart . $json;
}
/**
* @param mixed[] $item
*/
protected function printArrayItemWithSeparator(array $item, ?string $key = null, string $separator = ''): string
{
$content = $this->printArrayItem($item, $key);
return Strings::replace($content, '#:#', $separator);
}
/**
* @param string[] $items
*/