Skip to content

Commit

Permalink
doctrine set provider- add typed collections
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 23, 2024
1 parent 4c20c2b commit 862f2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Set/SetProvider/DoctrineSetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function provide(): array
{
return [
new Set(SetGroup::DOCTRINE, 'Code Quality', __DIR__ . '/../../../config/sets/doctrine-code-quality.php'),
new Set(SetGroup::DOCTRINE, 'Typed Collections', __DIR__ . '/../../../config/sets/typed-collections.php'),
new ComposerTriggeredSet(
SetGroup::DOCTRINE,
'doctrine/common',
Expand Down

0 comments on commit 862f2dd

Please sign in to comment.