Skip to content

Commit

Permalink
docs: remove type array of return parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Apr 19, 2023
1 parent 3ac79a8 commit dad7ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/CLI/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ public static function getURI(): string
*
* **IMPORTANT:** The index here is one-based instead of zero-based.
*
* @return array|string|null
* @return string|null
*/
public static function getSegment(int $index)
{
Expand Down

0 comments on commit dad7ee9

Please sign in to comment.