Skip to content

Commit 6325a13

Browse files
committed
[Config] Deprecate the static Config constructor so that people can instantiate it with a name by following the README.rst instructions and use a custom one.
1 parent 8f9c29b commit 6325a13

File tree

1 file changed

+1
-1
lines changed
  • tests/Fixtures/ConfigurationResolverPathsIntersection/d

1 file changed

+1
-1
lines changed

tests/Fixtures/ConfigurationResolverPathsIntersection/d/.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!class_exists('ConfigurationResolverPathsIntersection_d_Config')) {
1616
}
1717
}
1818

19-
return ConfigurationResolverPathsIntersection_d_Config::create()
19+
return (new ConfigurationResolverPathsIntersection_d_Config())
2020
->setFinder(
2121
PhpCsFixer\Finder::create()
2222
->in(__DIR__.'/..')

0 commit comments

Comments
 (0)