We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When PHP is in a strict mode, it requires that every extended method have the same signature that its parent.
Given the change in #29, both ParseUser and ParseRole shuld properly extend the save method.