@@ -61,7 +61,7 @@ |
||
61 | 61 | /** |
62 | 62 | * NEXT_MAJOR: Remove `$templating` argument. |
63 | 63 | * |
64 | - * @param Environment|string $twigOrName |
|
64 | + * @param Environment $twigOrName |
|
65 | 65 | */ |
66 | 66 | public function __construct($twigOrName, ?EngineInterface $templating, ContainerInterface $container, ManagerInterface $galleryManager) |
67 | 67 | { |
@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * NEXT_MAJOR: Remove `$templating` argument. |
49 | 49 | * |
50 | - * @param Environment|string $twigOrName |
|
50 | + * @param Environment $twigOrName |
|
51 | 51 | */ |
52 | 52 | public function __construct($twigOrName, ?EngineInterface $templating, GalleryManagerInterface $galleryManager, Pool $pool) |
53 | 53 | { |
@@ -59,7 +59,7 @@ |
||
59 | 59 | /** |
60 | 60 | * NEXT_MAJOR: Remove `$templating` argument. |
61 | 61 | * |
62 | - * @param Environment|string $twigOrName |
|
62 | + * @param Environment $twigOrName |
|
63 | 63 | */ |
64 | 64 | public function __construct( |
65 | 65 | $twigOrName, |