Skip to content

Commit db25cff

Browse files
author
Jeremiah VALERIE
committed
Give some to PHP CS
1 parent 0fac944 commit db25cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Generator/TypeGenerator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public function __construct(
3535
$useClassMap = true,
3636
callable $configProcessor = null,
3737
$baseCacheDir = null
38-
)
39-
{
38+
) {
4039
$this->setCacheDir($cacheDir);
4140
$this->configProcessor = null === $configProcessor ? static::DEFAULT_CONFIG_PROCESSOR : $configProcessor;
4241
$this->configs = $configs;

0 commit comments

Comments
 (0)