Skip to content

Commit a5da382

Browse files
committed
chore: add phpstan annotation
1 parent cf9b6b8 commit a5da382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Expectation.php

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public function toBeLogarithmOf(float $number, float $base = M_E): PestExpectati
139139
}
140140

141141
/**
142+
* @param array<int|float> $numbers
142143
* @return PestExpectation<TValue>
143144
*/
144145
public function toBeSumOf(array $numbers): PestExpectation

0 commit comments

Comments
 (0)