Code improvements (#1649)
* use global namespace for faster lookups * phpstan level 5
This commit is contained in:
@@ -106,7 +106,7 @@ final class ProjectFixtures extends Fixture
|
||||
;
|
||||
|
||||
if (null !== $this->callback) {
|
||||
call_user_func($this->callback, $project);
|
||||
\call_user_func($this->callback, $project);
|
||||
}
|
||||
$manager->persist($project);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user