Completed
Push — master ( 3a7160...1ad4e1 )
by Kamil
27:05
created
src/Sylius/Component/Core/Order/OrderItemNamesSetterInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@
 block discarded – undo
19 19
 {
20 20
     /**
21 21
      * @param OrderInterface $order
22
+     * @return void
22 23
      */
23 24
     public function __invoke(OrderInterface $order): void;
24 25
 }
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.