Completed
Push — master ( 38bbbb...d1081f )
by Sébastien
11:01
created
src/Soluble/FlexStore/Formatter/CurrencyFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     /**
163 163
      * Get the 3-letter ISO 4217 currency code indicating the currency to use.
164 164
      *
165
-     * @return string
165
+     * @return IntlNumberFormatter
166 166
      */
167 167
     public function getCurrencyCode()
168 168
     {
Please login to merge, or discard this patch.
src/Soluble/FlexStore/Formatter/NumberFormatter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Get the locale to use.
162 162
      *
163
-     * @return string|null
163
+     * @return IntlNumberFormatter
164 164
      */
165 165
     public function getLocale()
166 166
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     }
183 183
 
184 184
     /**
185
-     * @return int
185
+     * @return IntlNumberFormatter
186 186
      */
187 187
     public function getDecimals()
188 188
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * Get the number pattern.
210 210
      *
211
-     * @return string|null
211
+     * @return IntlNumberFormatter
212 212
      */
213 213
     public function getPattern()
214 214
     {
Please login to merge, or discard this patch.