phpstan improvements (#3092)
This commit is contained in:
@@ -18,6 +18,7 @@ abstract class AbstractPluginExtension extends Extension
|
||||
{
|
||||
$bundleConfig = [$this->getAlias() => $configs];
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
if ($container->hasParameter('kimai.bundles.config')) {
|
||||
$bundleConfig = array_merge(
|
||||
$container->getParameter('kimai.bundles.config'),
|
||||
|
||||
Reference in New Issue
Block a user