Passed
Push — master ( 0f8255...e2f38b )
by Aimeos
04:26
created
src/MShop/Attribute/Manager/Standard.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -635,5 +635,5 @@
 block discarded – undo
635 635
 	 * @see mshop/attribute/manager/newid/ansi
636 636
 	 * @see mshop/attribute/manager/delete/ansi
637 637
 	 * @see mshop/attribute/manager/search/ansi
638
- */
638
+	 */
639 639
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
 			$propItems = $this->getPropertyItems( $parentIds, 'attribute', $propTypes );
207 207
 		}
208 208
 
209
-		$listItems = map( $this->getListItems( $parentIds, $ref, 'attribute' ) )->groupBy( 'attribute.lists.parentid');
209
+		$listItems = map( $this->getListItems( $parentIds, $ref, 'attribute' ) )->groupBy( 'attribute.lists.parentid' );
210 210
 
211 211
 		foreach( $map as $id => $row )
212 212
 		{
Please login to merge, or discard this patch.