Unnecessary phpDoc removed from InvalidPostDataException.

This commit is contained in:
Alexey Skobkin 2017-01-13 02:17:35 +03:00
parent 54903e2ad3
commit 841c45bddb
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ class InvalidPostDataException extends InvalidDataException
parent::__construct($message, $code, $previous);
}
/**
* @return Post
*/
public function getPost(): Post
{
return $this->post;