Skip to content

Commit

Permalink
fixed parameter type in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh-pandey committed Sep 1, 2015
1 parent b046ff8 commit 73d5e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/NumberHelper.php
Expand Up @@ -234,7 +234,7 @@ public function implementedEvents()
/**
* Formats a number into locale specific ordinal suffix.
*
* @param integer|float $value An integer
* @param int|float $value An integer
* @return string formatted number
*/
public function ordinal($value)
Expand Down

0 comments on commit 73d5e21

Please sign in to comment.