mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix CS (#11003)
This commit is contained in:
parent
6e205a0c84
commit
131da999ac
357 changed files with 5943 additions and 9174 deletions
|
@ -44,11 +44,11 @@ class ClassLoaderTest extends TestCase
|
|||
*/
|
||||
public function getLoadClassTests(): array
|
||||
{
|
||||
return array(
|
||||
array('Namespaced\\Foo'),
|
||||
array('Pearlike_Foo'),
|
||||
array('ShinyVendor\\ShinyPackage\\SubNamespace\\Foo'),
|
||||
);
|
||||
return [
|
||||
['Namespaced\\Foo'],
|
||||
['Pearlike_Foo'],
|
||||
['ShinyVendor\\ShinyPackage\\SubNamespace\\Foo'],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue