Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 5, 2022
1 parent e7bc6f2 commit a6a0769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AssertAnnotationTest.php
Expand Up @@ -1916,7 +1916,7 @@ private function uniquateObjects(array $objects) : array
$uniqueObjects[] = $object;
}
return array_values($uniqueObjects);
return $uniqueObjects;
}
}
',
Expand Down

0 comments on commit a6a0769

Please sign in to comment.