Skip to content

Commit

Permalink
Fix up annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 17, 2024
1 parent 1a6b0a1 commit 2eeded4
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 @@ -180,7 +180,7 @@ protected function getPaginationAnnotations(string $content, ?string $primaryMod
return [];
}

$resultSetInterfaceCollection = GenericString::generate(implode('|', $entities), '\\' . ResultSetInterface::class . '<' . implode('|', $entities) . '>');
$resultSetInterfaceCollection = GenericString::generate(implode('|', $entities), '\\' . ResultSetInterface::class);

$annotations = [AnnotationFactory::createOrFail(MethodAnnotation::TAG, $resultSetInterfaceCollection, 'paginate($object = null, array $settings = [])')];

Expand Down

0 comments on commit 2eeded4

Please sign in to comment.