@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * Sets the indent for the JSON output. |
77 | - * @param string|int $indent A string to use as indent or the number of spaces |
|
77 | + * @param integer $indent A string to use as indent or the number of spaces |
|
78 | 78 | * @return $this Returns self for call chaining |
79 | 79 | */ |
80 | 80 | public function setIndent($indent) |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | |
109 | 109 | /** |
110 | 110 | * Returns the current number of step in the encoder. |
111 | - * @return mixed The current step number as integer or null if the current state is not valid |
|
111 | + * @return integer|null The current step number as integer or null if the current state is not valid |
|
112 | 112 | */ |
113 | 113 | public function key() |
114 | 114 | { |