config
config copied to clipboard
Helps you find, load, combine, autofill and validate configuration values of any kind
Results
1
config issues
Sort by
recently updated
recently updated
newest added
phpstan probably moans otherwise: Call to an undefined method Symfony\Component\Config\Definition\Builder\NodeParentInterface::scalarNode(). ```php ->ifTrue(function ($v) {return empty($v);}) ``` does not cause any errors.