We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fac944 commit db25cffCopy full SHA for db25cff
Generator/TypeGenerator.php
@@ -35,8 +35,7 @@ public function __construct(
35
$useClassMap = true,
36
callable $configProcessor = null,
37
$baseCacheDir = null
38
- )
39
- {
+ ) {
40
$this->setCacheDir($cacheDir);
41
$this->configProcessor = null === $configProcessor ? static::DEFAULT_CONFIG_PROCESSOR : $configProcessor;
42
$this->configs = $configs;
0 commit comments