Passed
Push — master ( 720a53...939fd4 )
by Aimeos
04:33
created
src/MShop/Common/Manager/Decorator/Depth.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 			 *
52 52
 			 * @param int Number of levels
53 53
 			 * @since 2019.04
54
-				 */
54
+			 */
55 55
 			$max = $this->context()->config()->get( 'mshop/common/manager/maxdepth', 2 );
56 56
 
57 57
 			if( $this->level++ < $max ) {
Please login to merge, or discard this patch.