Skip to content

Commit ff82cc8

Browse files
committed
[phpdoc-fixes] fixed indentation of phpdoc
1 parent f00bc53 commit ff82cc8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/i18n/sfChoiceFormat.class.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ public function __construct()
8080
$this->inf = -log(0);
8181
}
8282

83-
/**
84-
* Determines if the given number belongs to a given set
85-
*
86-
* @param float $number the number to test.
87-
* @param string $set the set, in set notation.
88-
*
89-
* @return bool true if number is in the set, false otherwise.
90-
* @throws sfException
91-
*/
83+
/**
84+
* Determines if the given number belongs to a given set
85+
*
86+
* @param float $number the number to test.
87+
* @param string $set the set, in set notation.
88+
*
89+
* @return bool true if number is in the set, false otherwise.
90+
* @throws sfException
91+
*/
9292
public function isValid($number, $set)
9393
{
9494
$n = preg_match_all($this->validate, $set, $matches, PREG_SET_ORDER);

0 commit comments

Comments
 (0)