Remove Handler::handle abstract method, already implemented in HandlerInterface

This commit is contained in:
filp
2013-03-15 23:52:03 +00:00
parent 85692d05a8
commit 0cf294ff8d
-5
View File
@@ -84,9 +84,4 @@ abstract class Handler implements HandlerInterface
{
return $this->exception;
}
/**
* @return int|null
*/
abstract public function handle();
}