@@ -90,8 +90,6 @@ |
||
90 | 90 | /** |
91 | 91 | * is $item something that PHP will accept as a string? |
92 | 92 | * |
93 | - * @param mixed $item |
|
94 | - * the variable to examine |
|
95 | 93 | * @return boolean |
96 | 94 | * TRUE if PHP will happily use $item as a string |
97 | 95 | * FALSE otherwise |