Fixed(ci): phpstan complaint
Error: Offset 'globalServicesEnabl…' on array{globalServicesEnabled: bool} on left side of ?? always exists and is not nullable.
This commit is contained in:
parent
320073192c
commit
465f51b18e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ final class ConfigurationRepository extends ServiceEntityRepository
|
|||
|
||||
public function getServicesParameter(): bool
|
||||
{
|
||||
/** @var array{configuration: array{ global: array{ globalServicesEnabled: bool }}} $config */
|
||||
/** @var array{configuration: array{ global: array{ globalServicesEnabled: bool|null }}} $config */
|
||||
$config = $this
|
||||
->createQueryBuilder('c')
|
||||
->select('c.configuration')
|
||||
|
|
|
|||
Loading…
Reference in a new issue