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 1 patch
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.