Completed
Pull Request — master (#6)
by Gilles
04:34
created
src/Number.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
      * (PHP 5 &gt;= 5.4.0)<br/>
209 209
      * Specify data which should be serialized to JSON
210 210
      * @link http://php.net/manual/en/jsonserializable.jsonserialize.php
211
-     * @return mixed data which can be serialized by <b>json_encode</b>,
211
+     * @return string data which can be serialized by <b>json_encode</b>,
212 212
      * which is a value of any type other than a resource.
213 213
      */
214 214
     function jsonSerialize()
Please login to merge, or discard this patch.