mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Applied rector rules up to symfony 6.2
This commit is contained in:
parent
88ea920dfb
commit
a43af180a7
145 changed files with 563 additions and 889 deletions
|
@ -27,9 +27,4 @@ class ProjectBOMEntryCollectionType extends AbstractType
|
|||
'label' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
public function getBlockPrefix(): string
|
||||
{
|
||||
return 'project_bom_entry_collection';
|
||||
}
|
||||
}
|
|
@ -87,10 +87,4 @@ class ProjectBOMEntryType extends AbstractType
|
|||
'data_class' => ProjectBOMEntry::class,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
public function getBlockPrefix(): string
|
||||
{
|
||||
return 'project_bom_entry';
|
||||
}
|
||||
}
|
|
@ -38,9 +38,9 @@ use Symfony\Component\Security\Core\Security;
|
|||
|
||||
class ProjectBuildType extends AbstractType implements DataMapperInterface
|
||||
{
|
||||
private Security $security;
|
||||
private \Symfony\Bundle\SecurityBundle\Security $security;
|
||||
|
||||
public function __construct(Security $security)
|
||||
public function __construct(\Symfony\Bundle\SecurityBundle\Security $security)
|
||||
{
|
||||
$this->security = $security;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue