Skip to content

Commit dad7ee9

Browse files
committed
docs: remove type array of return parameter.
1 parent 3ac79a8 commit dad7ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/CLI/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ public static function getURI(): string
915915
*
916916
* **IMPORTANT:** The index here is one-based instead of zero-based.
917917
*
918-
* @return array|string|null
918+
* @return string|null
919919
*/
920920
public static function getSegment(int $index)
921921
{

0 commit comments

Comments
 (0)