You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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()
The text was updated successfully, but these errors were encountered:
gsherwood
changed the title
False positive on new $variable PHP_CodeSniffer\Standards\PSR12\Sniffs\Classes\ClassInstantiationSniff.MissingParenthesis
PSR12.Classes.ClassInstantiation false positive when instantiating class from array index
Jun 7, 2018
Version: 3.3.0
Sniff: PHP_CodeSniffer\Standards\PSR12\Sniffs\Classes\ClassInstantiationSniff.MissingParenthesis
The text was updated successfully, but these errors were encountered: