Completed
Push — bulk-action-no-bc-break ( fbd3c4 )
by Kamil
22:46
created
src/Sylius/Bundle/GridBundle/Templating/Helper/GridHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      * @param Action $bulkAction
86 86
      * @param mixed|null $data
87 87
      *
88
-     * @return mixed
88
+     * @return string
89 89
      */
90 90
     public function renderBulkAction(GridView $gridView, Action $bulkAction, $data = null)
91 91
     {
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/Renderer/BulkActionGridRendererInterface.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * @param Action $bulkAction
15 15
      * @param mixed|null $data
16 16
      *
17
-     * @return mixed
17
+     * @return string
18 18
      */
19 19
     public function renderBulkAction(GridViewInterface $gridView, Action $bulkAction, $data = null): string;
20 20
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\Component\Grid\Renderer;
6 6
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Renderer/TwigBulkActionGridRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\Bundle\GridBundle\Renderer;
6 6
 
Please login to merge, or discard this patch.
Sylius/Bundle/ResourceBundle/Grid/Renderer/TwigBulkActionGridRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\Bundle\ResourceBundle\Grid\Renderer;
6 6
 
Please login to merge, or discard this patch.