mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
remove dead method
This commit is contained in:
parent
0bf0a26b04
commit
038f18223c
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user