Passed
Push — master ( 848817...27bee7 )
by Aimeos
08:48
created
src/Controller/Jobs/Customer/Group/Import/Xml/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,8 +96,7 @@
 block discarded – undo
96 96
 						$files[] = $entry->getPathname();
97 97
 					}
98 98
 				}
99
-			}
100
-			else
99
+			} else
101 100
 			{
102 101
 				$files[] = $location;
103 102
 			}
Please login to merge, or discard this patch.
src/Controller/Jobs.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,7 @@
 block discarded – undo
125 125
 				$subList = self::createControllers( $it, $context, $aimeos, $pref );
126 126
 
127 127
 				$list = array_merge( $list, $subList );
128
-			}
129
-			else if( $prefix !== '' && $entry->getType() === 'file'
128
+			} else if( $prefix !== '' && $entry->getType() === 'file'
130 129
 				&& $entry->getBaseName( '.php' ) === 'Factory' )
131 130
 			{
132 131
 				$list[$prefix] = self::create( $context, $aimeos, $prefix );
Please login to merge, or discard this patch.