Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Mar 16, 2021
1 parent 99132b3 commit 105f873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public function iterate($stmt, $resultSetMapping, array $hints = [])
* Initiates a row-by-row hydration.
*
* @psalm-param array<string, mixed> $hints
*
* @psalm-return Generator<int, (array|mixed), mixed, void>
*/
public function toIterable(ResultStatement $stmt, ResultSetMapping $resultSetMapping, array $hints = []): iterable
Expand Down

0 comments on commit 105f873

Please sign in to comment.