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
This options local variable is declared but never used. You should remove it.
*/
protected$stream;
publicfunction__construct(Input$stream, $options = AMF_DEFAULT_OPTIONS)
{
parent::__construct($stream, $options = AMF_DEFAULT_OPTIONS);
}
publicfunction deserialize($forceType = null)
{
// regardless of the type being forced, we need to read the first byte
in lib/AMF/Deserializer.php, line 27
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: