Completed
Push — 4.0 ( becd43...869ccc )
by Kiyotaka
28:21 queued 20:59
created
src/Eccube/Service/PluginApiService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     /**
104 104
      * Get a plugin
105 105
      *
106
-     * @param int|string $id Id or plugin code
106
+     * @param string $id Id or plugin code
107 107
      *
108 108
      * @return array [$result, $info]
109 109
      */
Please login to merge, or discard this patch.
src/Eccube/Entity/Order.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1639,7 +1639,7 @@
 block discarded – undo
1639 1639
         /**
1640 1640
          * Set orderStatus.
1641 1641
          *
1642
-         * @param \Eccube\Entity\Master\OrderStatus|null|object $orderStatus
1642
+         * @param null|Master\OrderStatus $orderStatus
1643 1643
          *
1644 1644
          * @return Order
1645 1645
          */
Please login to merge, or discard this patch.