| 1 | <?php |
||
| 19 | final class JsonFileScoper implements Scoper |
||
| 20 | { |
||
| 21 | private $decoratedScoper; |
||
| 22 | |||
| 23 | 2 | public function __construct(Scoper $decoratedScoper) |
|
| 27 | |||
| 28 | /** |
||
| 29 | * Scopes PHP and JSON files related to Composer. |
||
| 30 | * |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | 2 | public function scope(string $filePath, string $prefix): string |
|
| 51 | } |
||
| 52 |