Skip to content

Commit c920840

Browse files
authored
Merge pull request #360 from Harfusha/generate-strict-annotations-followup
Change wrongly used flag
2 parents dee3e6b + 8430c3f commit c920840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotator/ControllerAnnotator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ protected function getPaginationAnnotations(string $content, ?string $primaryMod
183183
$resultSetInterfaceCollection = GenericString::generate(implode('|', $entities), '\\' . ResultSetInterface::class);
184184

185185
$settingsType = 'array';
186-
if (Configure::read('IdeHelper.concreteEntitiesInParam')) {
186+
if (Configure::read('IdeHelper.genericsInParam')) {
187187
$settingsType = 'array<string, mixed> ';
188188
}
189189

0 commit comments

Comments
 (0)