fix phpstan and cs

This commit is contained in:
2022-02-11 16:03:22 +01:00
parent 983c5f3c6a
commit 270d00c1e8
2 changed files with 2 additions and 11 deletions

View File

@@ -53,10 +53,10 @@ class PersonDocumentType extends AbstractType
*/
protected $user;
private ScopeResolverDispatcher $scopeResolverDispatcher;
private ParameterBagInterface $parameterBag;
private ScopeResolverDispatcher $scopeResolverDispatcher;
public function __construct(
TranslatableStringHelper $translatableStringHelper,
ScopeResolverDispatcher $scopeResolverDispatcher,