Completed
Push — master ( f28679...41e14f )
by Grégoire
11:52 queued 12s
created
src/Block/GalleryBlockService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Block/GalleryListBlockService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Block/MediaBlockService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.