fix phpcs, psalm and phpstan

This commit is contained in:
2022-02-11 13:06:03 +01:00
parent 64fa7f2e00
commit e3c5f6f95f
5 changed files with 16 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ class EntityWorkflowStepRepository implements ObjectRepository
public function getClassName()
{
return EntityWorkflow::class;
return EntityWorkflowStep::class;
}
private function buildQueryByUser(User $user): QueryBuilder