@@ -236,7 +236,7 @@ |
||
236 | 236 | { |
237 | 237 | $codingStandardPackages = array_filter( |
238 | 238 | $this->composer->getRepositoryManager()->getLocalRepository()->getPackages(), |
239 | - function (PackageInterface $package) { |
|
239 | + function(PackageInterface $package) { |
|
240 | 240 | if ($package instanceof AliasPackage) { |
241 | 241 | return false; |
242 | 242 | } |