Skip to content

Commit

Permalink
PHPStan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Aug 7, 2022
1 parent a1de5ca commit 55ce235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/Doctrine/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Configuration implements ConfigurationInterface

private ?array $entities = null;

private array $storageServices = [];
private array $storageServices = []; // @phpstan-ignore-line

private array $auditingServices = [];
private array $auditingServices = []; // @phpstan-ignore-line

private bool $isViewerEnabled;

Expand Down

0 comments on commit 55ce235

Please sign in to comment.