Skip to content

Commit

Permalink
fix invalid syntax (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah authored Jan 4, 2022
1 parent 83e511e commit 3a6a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Intervals.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private static function generateIntervals(ConstraintInterface $constraint, $stop
}

/**
* @phpstan-return array{'numeric': Interval[], 'branches': array{'names': string[], 'exclude': bool}}}
* @phpstan-return array{'numeric': Interval[], 'branches': array{'names': string[], 'exclude': bool}}
*/
private static function generateSingleConstraintIntervals(Constraint $constraint)
{
Expand Down

0 comments on commit 3a6a438

Please sign in to comment.