We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dfb4a commit 960cb91Copy full SHA for 960cb91
1 file changed
system/HTTP/URI.php
@@ -557,7 +557,7 @@ public function getSegment(int $number, string $default = ''): string
557
* Set the value of a specific segment of the URI path.
558
* Allows to set only existing segments or add new one.
559
*
560
- * @param mixed $value (string or int)
+ * @param int|string $value (string or int)
561
562
* @return $this
563
*/
@@ -844,7 +844,7 @@ public function setQueryArray(array $query)
844
/**
845
* Adds a single new element to the query vars.
846
847
- * @param mixed $value
+ * @param int|string $value
848
849
850
0 commit comments