1 | <?php |
||
20 | final class ConfigurableScoper implements Scoper |
||
21 | { |
||
22 | private $decoratedScoper; |
||
23 | |||
24 | 2 | public function __construct(Scoper $decoratedScoper) |
|
28 | |||
29 | 1 | public function withWhitelistedFiles(string ...$whitelistedFiles): self |
|
43 | |||
44 | /** |
||
45 | * @inheritdoc |
||
46 | */ |
||
47 | 2 | public function scope(string $filePath, string $contents, string $prefix, array $patchers, Whitelist $whitelist): string |
|
51 | } |
||
52 |