Skip to content

Commit

Permalink
Added proper PHPStan declaration to `Ibexa\Contracts\Rest\Input\Parse…
Browse files Browse the repository at this point in the history
…r::parse`
  • Loading branch information
Steveb-p committed Apr 17, 2024
1 parent 422c9c1 commit 19d379b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/contracts/Input/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ abstract class Parser
/**
* Parse input structure.
*
* @param array $data
* @param \Ibexa\Contracts\Rest\Input\ParsingDispatcher $parsingDispatcher
* @param array<mixed> $data
*
* @return \Ibexa\Contracts\Core\Repository\Values\ValueObject|object
*/
Expand Down

0 comments on commit 19d379b

Please sign in to comment.