| 1 | <?php |
||
| 19 | final class PatchScoper implements Scoper |
||
| 20 | { |
||
| 21 | private $decoratedScoper; |
||
| 22 | |||
| 23 | 1 | public function __construct(Scoper $decoratedScoper) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | 1 | public function scope(string $filePath, string $prefix, array $patchers, callable $globalWhitelister): string |
|
| 43 | } |
||
| 44 |