Skip to content

Commit 0d7bd56

Browse files
authored
Remove PHP 7.2 type hint
1 parent a135312 commit 0d7bd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Datatable/DatatableFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class DatatableFactory
6767
public function __construct(
6868
AuthorizationCheckerInterface $authorizationChecker,
6969
TokenStorageInterface $securityToken,
70-
object $translator,
70+
$translator,
7171
RouterInterface $router,
7272
EntityManagerInterface $em,
7373
Environment $twig

0 commit comments

Comments
 (0)