From b61dff7e4e68e4838e3471d5b7a3c680c41e2abb Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Tue, 14 Feb 2012 00:49:04 -0200 Subject: [PATCH] fixed CS --- src/Symfony/Component/Locale/Stub/StubNumberFormatter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Component/Locale/Stub/StubNumberFormatter.php b/src/Symfony/Component/Locale/Stub/StubNumberFormatter.php index b74b68725e..d7accea3cc 100644 --- a/src/Symfony/Component/Locale/Stub/StubNumberFormatter.php +++ b/src/Symfony/Component/Locale/Stub/StubNumberFormatter.php @@ -386,6 +386,7 @@ class StubNumberFormatter * Returns formatter's last error code. Always returns the U_ZERO_ERROR class constant value * * @return int The error code from last formatter call + * * @see http://www.php.net/manual/en/numberformatter.geterrorcode.php */ public function getErrorCode() @@ -489,6 +490,7 @@ class StubNumberFormatter * @param string $value The value to parse * @param string $type Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default * @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended + * * @return Boolean|string The parsed value of false on error * * @see http://www.php.net/manual/en/numberformatter.parse.php