Skip to content

Commit 58ab933

Browse files
committed
More type checks
1 parent 36b2004 commit 58ab933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Outputs/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Text implements Output
77
{
8-
public function output($coverage, $percent, $minimumPercent)
8+
public function output(array $coverage, float $percent, float $minimumPercent)
99
{
1010

1111
printf("%.2f%% Covered\n", $percent);

0 commit comments

Comments
 (0)