Failed Conditions
Pull Request — 4.0 (#3650)
by chihiro
07:35
created
src/Eccube/Service/OrderHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     /**
215 215
      * 購入処理中の受注を取得する.
216 216
      *
217
-     * @param null $preOrderId
217
+     * @param string|null $preOrderId
218 218
      *
219 219
      * @return null|Order
220 220
      */
Please login to merge, or discard this patch.
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.