| Total Complexity | 7 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | abstract class AbstractUuid implements UuidProtocol |
||
| 21 | { |
||
| 22 | private UuidInterface $uuid; |
||
| 23 | |||
| 24 | final public function __construct(UuidInterface $uuid) |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return static |
||
| 31 | */ |
||
| 32 | public static function generate() |
||
| 38 | } |
||
| 39 | } |
||
| 40 | |||
| 41 | final public function toString(): string |
||
| 44 | } |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @param UuidInterface $uuid |
||
| 48 | */ |
||
| 49 | public static function fromUuid(object $uuid): UuidProtocol |
||
| 56 | } |
||
| 57 | |||
| 58 | /** |
||
| 59 | * @return static |
||
| 60 | */ |
||
| 61 | public static function fromString(string $uuid) |
||
| 66 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths