Total Complexity | 6 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php declare(strict_types=1); |
||
8 | final class StringModifier |
||
9 | { |
||
10 | public static function replaceLineBreaksWithString(?string $string): string |
||
15 | } |
||
16 | |||
17 | public static function replaceMultipleSpacesWithOne(?string $string): string |
||
22 | } |
||
23 | |||
24 | public static function stripWhitespace(?string $string): string |
||
31 |