The doc comment array<(callable(string, ...ring): string)|Patcher> at position 3 could not be parsed: Expected ')' at position 3, but found 'callable'.
The doc comment array<(callable(string, ...ring): string)|Patcher> at position 3 could not be parsed: Expected ')' at position 3, but found 'callable'.
Loading history...
28
*/
29
public function __construct(array $patchers = [])
30
{
31
$this->patchers = $patchers;
32
}
33
34
public function __invoke(string $filePath, string $prefix, string $contents): string
The doc comment array<(callable(string, ...ring): string)|Patcher> at position 3 could not be parsed: Expected ')' at position 3, but found 'callable'.