File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ final class ConfigResolver
39
39
* Merge the given config with the specified preset.
40
40
*
41
41
* @param array<string, string|array> $config
42
- *
43
42
* @param \Symfony\Component\Console\Input\InputInterface $input
43
+ *
44
44
* @return Configuration
45
45
*/
46
46
public static function resolve (array $ config , InputInterface $ input ): Configuration
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function getMinStyle(): float
204
204
*/
205
205
public function getDisableSecurityCheck (): bool
206
206
{
207
- return (bool ) $ this ->requirements ['disable-security-check ' ] ?? false ;
207
+ return (bool ) ( $ this ->requirements ['disable-security-check ' ] ?? false ) ;
208
208
}
209
209
210
210
/**
You can’t perform that action at this time.
0 commit comments