Completed
Push — master ( 1bfe5f...3b0799 )
by Aimeos
10:36
created
lib/mshoplib/src/MShop/Service/Provider/Decorator/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 	 * Processes the order
181 181
 	 *
182 182
 	 * @param \Aimeos\MShop\Order\Item\Iface $order Order invoice object to process
183
-	 * @param array $params Request parameter if available
183
+	 * @param string[] $params Request parameter if available
184 184
 	 * @return \Aimeos\MShop\Common\Item\Helper\Form\Standard|null Form object or null
185 185
 	 */
186 186
 	public function process( \Aimeos\MShop\Order\Item\Iface $order, array $params = [] )
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
 	/**
266 266
 	 * Updates the orders for whose status updates have been received by the confirmation page
267 267
 	 *
268
-	 * @param ServerRequestInterface $request Request object with parameters and request body
268
+	 * @param \Psr\Http\Message\ServerRequestInterface $request Request object with parameters and request body
269 269
 	 * @param \Aimeos\MShop\Order\Item\Iface $orderItem Order item that should be updated
270 270
 	 * @return \Aimeos\MShop\Order\Item\Iface Updated order item
271 271
 	 * @throws \Aimeos\MShop\Service\Exception If updating the orders failed
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Service/Provider/Iface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 	/**
147 147
 	 * Updates the orders for whose status updates have been received by the confirmation page
148 148
 	 *
149
-	 * @param ServerRequestInterface $request Request object with parameters and request body
149
+	 * @param \Psr\Http\Message\ServerRequestInterface $request Request object with parameters and request body
150 150
 	 * @param \Aimeos\MShop\Order\Item\Iface $orderItem Order item that should be updated
151 151
 	 * @return \Aimeos\MShop\Order\Item\Iface Updated order item
152 152
 	 * @throws \Aimeos\MShop\Service\Exception If updating the orders failed
Please login to merge, or discard this patch.