src/Process/Entity/CreateEntities.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method persist​ from undeclared class \Pluf\Orm\EntityManager
Open

            $item = $entityManager->persist​($entity);
Severity: Critical
Found in src/Process/Entity/CreateEntities.php by phan

Parameter $entityManager has undeclared type \Pluf\Orm\EntityManager
Open

    public function __invoke(EntityManager $entityManager, $entities): array
Severity: Minor
Found in src/Process/Entity/CreateEntities.php by phan

Saw an @param annotation for customers, but it was not found in the param list of function __invoke(\Pluf\Orm\EntityManager $entityManager, $entities) : array|mixed[]
Open

     * @param array $customers

Expected 1 blank line at end of file; 2 found
Open

}

Whitespace found at end of line
Open

 *        

There are no issues that match your filters.

Category
Status