fix phpstan issues

This commit is contained in:
2023-04-28 22:55:01 +02:00
parent 9027cbd196
commit c35994203d
10 changed files with 24 additions and 43 deletions

View File

@@ -162,9 +162,6 @@ class CustomFieldController extends AbstractController
/**
* Creates a form to create a CustomField entity.
*
* @param CustomField $entity The entity
* @param string
*
* @return \Symfony\Component\Form\Form The form
*/
private function createCreateForm(CustomField $entity, mixed $type)