Passed
Pull Request — master (#216)
by
unknown
12:57
created
src/Client/Html.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 				unset( $decorators[$key] );
114 114
 			}
115 115
 		}
116
-		ksort($decorators);
116
+		ksort( $decorators );
117 117
 
118 118
 		$classprefix = '\\Aimeos\\Client\\Html\\Common\\Decorator\\';
119 119
 		$client = self::addDecorators( $context, $client, $decorators, $classprefix );
Please login to merge, or discard this patch.