Completed
Push — master ( 58159e...d66afb )
by Riikka
02:03
created
src/AbstractJsonEncoder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * Sets the indent for the JSON output.
80
-     * @param string|int $indent A string to use as indent or the number of spaces
80
+     * @param integer $indent A string to use as indent or the number of spaces
81 81
      * @return $this Returns self for call chaining
82 82
      * @throws \RuntimeException If changing indent during encoding operation
83 83
      */
Please login to merge, or discard this patch.