Skip to content

Commit d19ecd0

Browse files
committed
Fix typo in type
1 parent ea5854c commit d19ecd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/gmp.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function gmp_abs($a) {}
101101

102102
/**
103103
* @param GMP|int $a
104-
* @return GMP|fals
104+
* @return GMP|false
105105
*/
106106
function gmp_fact($a) {}
107107

0 commit comments

Comments
 (0)