@@ -61,7 +61,7 @@ |
||
61 | 61 | /** |
62 | 62 | * Determines the content type of the data the client has sent (i.e. in a POST request) |
63 | 63 | * |
64 | - * @param string|array|null $type Can be null (or no parameter), a string type name, or an array of types |
|
64 | + * @param string $type Can be null (or no parameter), a string type name, or an array of types |
|
65 | 65 | * @return mixed If a single type is supplied a boolean will be returned. If no type is provided |
66 | 66 | * The mapped value of CONTENT_TYPE will be returned. If an array is supplied the first type |
67 | 67 | * in the request content type will be returned. |