Completed
Push — 1.1-coding-standard-fixes-2 ( e2da86 )
by Kamil
38:16 queued 10:43
created
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.