Skip to content

Commit 3f70f1b

Browse files
committed
cs
1 parent 2766334 commit 3f70f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Finder/PackageComposerFinder/Source/source_config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
return static function (ContainerConfigurator $containerConfigurator): void {
99
$parameters = $containerConfigurator->parameters();
1010
$parameters->set(Option::PACKAGE_DIRECTORIES, [
11-
__DIR__ . '/../Source'
11+
__DIR__ . '/../Source',
1212
]);
1313

1414
$parameters->set(Option::PACKAGE_DIRECTORIES_EXCLUDES, [
15-
'ExcludeThis'
15+
'ExcludeThis',
1616
]);
1717
};

0 commit comments

Comments
 (0)