1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-26 02:53:22 +01:00
Brad Feehan dedaa4c428 Improve "[PARAM] is a required [TYPE]" message
This happens when Guzzle is trying to create an error message of the
form "ID is a required integer", but the type is an array (union) of
types rather than a single type in a string.

In PHP 5.4, this causes a notice "array to string conversion", and in
all versions of PHP, the message Guzzle generated reads "ID is a
required Array" (where "Array" is the result of the array-to-string
conversion, almost always not what you want).
2013-03-25 15:23:23 +11:00
..
2013-02-02 20:14:53 -08:00
2013-03-20 11:53:25 -05:00
2013-03-09 20:14:16 -08:00