| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | final class NullScoper implements Scoper |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function scope(string $filePath, string $contents): string |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function changeWhitelist(Whitelist $whitelist): void |
||
| 36 | { |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return string[] |
||
| 41 | */ |
||
| 42 | public function getWhitelist(): Whitelist |
||
| 45 | } |
||
| 46 | |||
| 47 | public function getPrefix(): string |
||
| 52 |