Skip to content

Commit

Permalink
tests: fix missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach authored Mar 19, 2021
1 parent 1c9a840 commit bc569b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CollectionEmbeddablesTest extends DataTestCase
}


public function testOrderBy()
public function testOrderBy(): void
{
$books = $this->orm->books->findAll()->orderBy('price->cents');
$bookIds = $books->fetchPairs(null, 'id');
Expand Down

0 comments on commit bc569b7

Please sign in to comment.