Skip to content

Commit

Permalink
Use short class names in Psalm annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 14, 2021
1 parent 666821b commit 4c0aa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BigRational.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public function __toString() : string
*
* @internal
*
* @return array{numerator: \Brick\Math\BigInteger, denominator: \Brick\Math\BigInteger}
* @return array{numerator: BigInteger, denominator: BigInteger}
*/
public function __serialize(): array
{
Expand All @@ -469,7 +469,7 @@ public function __serialize(): array
* @internal
* @psalm-suppress RedundantPropertyInitializationCheck
*
* @param array{numerator: \Brick\Math\BigInteger, denominator: \Brick\Math\BigInteger} $data
* @param array{numerator: BigInteger, denominator: BigInteger} $data
*
* @return void
*
Expand Down

0 comments on commit 4c0aa31

Please sign in to comment.