@@ -543,7 +543,7 @@ discard block |
||
543 | 543 | /** |
544 | 544 | * is $item something that PHP will accept as a string? |
545 | 545 | * |
546 | - * @param mixed $item |
|
546 | + * @param string $item |
|
547 | 547 | * the variable to examine |
548 | 548 | * @return bool |
549 | 549 | * TRUE if PHP will happily use $item as a string |
@@ -652,7 +652,7 @@ discard block |
||
652 | 652 | /** |
653 | 653 | * what PHP type is $item? |
654 | 654 | * |
655 | - * @param mixed $item |
|
655 | + * @param string $item |
|
656 | 656 | * the data to examine |
657 | 657 | * @param int $flags |
658 | 658 | * options to change what we put in the return value |
@@ -669,7 +669,7 @@ discard block |
||
669 | 669 | * |
670 | 670 | * @param mixed $item |
671 | 671 | * the item to examine |
672 | - * @return array |
|
672 | + * @return string[] |
|
673 | 673 | * the list of type(s) that this item can be |
674 | 674 | */ |
675 | 675 | function get_strict_types($item) |