Unnecessary phpDoc removed from InvalidPostDataException.
This commit is contained in:
parent
54903e2ad3
commit
841c45bddb
|
@ -19,9 +19,6 @@ class InvalidPostDataException extends InvalidDataException
|
|||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Post
|
||||
*/
|
||||
public function getPost(): Post
|
||||
{
|
||||
return $this->post;
|
||||
|
|
Loading…
Reference in a new issue