You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \UnexpectedValueException('The Response content must be a string or object implementing __toString(), "'.gettype($content).'" given.');
358
+
thrownew \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', gettype($content)));
0 commit comments