1 | <?php |
||
20 | final class SymfonyPatcher |
||
21 | { |
||
22 | private const PATHS = [ |
||
23 | 'src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php', |
||
24 | 'symfony/dependency-injection/Dumper/PhpDumper.php', |
||
25 | ]; |
||
26 | |||
27 | 21 | public function __invoke(string $filePath, string $prefix, string $contents): string |
|
42 | |||
43 | 21 | private function isValidPath(string $filePath): bool |
|
53 | } |
||
54 |