| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 18 | 
| Code Lines | 14 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 27 | final public function load(ObjectManager $manager): void  | 
            ||
| 28 |     { | 
            ||
| 29 | $company = Company::create(  | 
            ||
| 30 |             ContactUuid::fromString('a136c6fe-8f6e-45ed-91bc-586374791033'), | 
            ||
| 31 |             NameField::fromString('Dev-Int Création'), | 
            ||
| 32 | '1 rue des ERP',  | 
            ||
| 33 | '75000',  | 
            ||
| 34 | 'PARIS',  | 
            ||
| 35 | 'France',  | 
            ||
| 36 |             PhoneField::fromString('+33100000001'), | 
            ||
| 37 |             PhoneField::fromString('+33100000002'), | 
            ||
| 38 |             EmailField::fromString('[email protected]'), | 
            ||
| 39 | 'Laurent',  | 
            ||
| 40 |             PhoneField::fromString('+33100000002') | 
            ||
| 41 | );  | 
            ||
| 42 | $manager->persist($company);  | 
            ||
| 43 | |||
| 44 | $manager->flush();  | 
            ||
| 45 | }  | 
            ||
| 52 | 
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