We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 14 | abstract class ClassUtils |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @codeCoverageIgnore |
||
| 18 | */ |
||
| 19 | private function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | 174 | public static function shortenClassName($definition) |
|
| 28 | } |
||
| 29 | |||
| 30 | 52 | public static function shortenClassFromCode($code, callable $callback = null) |
|
| 45 | } |
||
| 46 | |||
| 47 | 182 | public static function cleanClasseName($use) |
|
| 52 |