Skip to content

Commit

Permalink
Merge pull request #360 from Harfusha/generate-strict-annotations-fol…
Browse files Browse the repository at this point in the history
…lowup

Change wrongly used flag
  • Loading branch information
dereuromark authored Oct 17, 2024
2 parents dee3e6b + 8430c3f commit c920840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotator/ControllerAnnotator.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function getPaginationAnnotations(string $content, ?string $primaryMod
$resultSetInterfaceCollection = GenericString::generate(implode('|', $entities), '\\' . ResultSetInterface::class);

$settingsType = 'array';
if (Configure::read('IdeHelper.concreteEntitiesInParam')) {
if (Configure::read('IdeHelper.genericsInParam')) {
$settingsType = 'array<string, mixed> ';
}

Expand Down

0 comments on commit c920840

Please sign in to comment.