Closed
Description
Version: 3.3.0
Sniff: PHP_CodeSniffer\Standards\PSR12\Sniffs\Classes\ClassInstantiationSniff.MissingParenthesis
$configuration['layout'],
$configuration['route_prefix'],
$configuration['object'] ?? File::class,
- isset($configuration['object_sorter']) ? new $configuration['object_sorter']() : new FileNameObjectSorter()
+ isset($configuration['object_sorter']) ? new $configuration()['object_sorter']() : new FileNameObjectSorter()