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