Function declarations not matching their parents

This commit is contained in:
Mikael Nordfeldth
2015-06-06 22:14:56 +02:00
parent 871912a00a
commit d76d37340a
7 changed files with 11 additions and 18 deletions

View File

@@ -72,9 +72,9 @@ class ClientErrorAction extends ErrorAction
// XXX: Should these error actions even be invokable via URI?
function handle($args)
protected function handle()
{
parent::handle($args);
parent::handle();
$this->code = $this->trimmed('code');