Passed
Push — master ( 0e08b0...04d5b7 )
by Aimeos
06:17
created
lib/mshoplib/src/MShop/Common/Manager/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -458,7 +458,7 @@
 block discarded – undo
458 458
 	 * @return \Aimeos\MShop\Common\Item\Iface Requested item
459 459
 	 * @throws \Aimeos\MShop\Exception if no item with the given ID found
460 460
 	 */
461
-	protected function findItemBase( array $pairs, array $ref, $default  )
461
+	protected function findItemBase( array $pairs, array $ref, $default )
462 462
 	{
463 463
 		$expr = [];
464 464
 		$criteria = $this->getObject()->createSearch( $default )->setSlice( 0, 1 );
Please login to merge, or discard this patch.