Skip to content

Commit

Permalink
Fix phpstan warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jun 5, 2024
1 parent 44d8d65 commit b7ed5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analysers/DocBlockParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function setAliases(array $aliases): void
*
* @param string $comment a T_DOC_COMMENT
*
* @return array<OA\AbstractAnnotation>
* @return array<OA\AbstractAnnotation|object>
*/
public function fromComment(string $comment, Context $context): array
{
Expand Down

0 comments on commit b7ed5f9

Please sign in to comment.