1 | <?php |
||
27 | final class SymfonyScoper implements Scoper |
||
28 | { |
||
29 | private $decoratedScoper; |
||
30 | |||
31 | public function __construct(Scoper $decoratedScoper) |
||
37 | |||
38 | /** |
||
39 | * Scopes PHP files. |
||
40 | * |
||
41 | * {@inheritdoc} |
||
42 | * |
||
43 | * @throws PhpParserError |
||
44 | */ |
||
45 | public function scope(string $filePath, string $contents, string $prefix, array $patchers, Whitelist $whitelist): string |
||
49 | } |
||
50 |