Skip to content

[Insight] Unused method, property, variable or parameter #2

@dannykopping

Description

@dannykopping

in lib/AMF/Deserializer.php, line 27

This options local variable is declared but never used. You should remove it.

     */
    protected $stream;

    public function __construct(Input $stream, $options = AMF_DEFAULT_OPTIONS)
    {
        parent::__construct($stream, $options = AMF_DEFAULT_OPTIONS);
    }

    public function deserialize($forceType = null)
    {
        // regardless of the type being forced, we need to read the first byte

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions