Skip to content

Misspelled Failure event classsproperty dsc #115

@marinkiss

Description

@marinkiss

public function getDsc()

According to Viber's documentation page, the property for failed event description should be desc and not dsc.

Respectivelly, the method should return $this->desc and the getter's name should match the property name:

public function getDesc() { return $this->desc; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions