Unnecessary phpDoc removed from InvalidPostDataException.

This commit is contained in:
Alexey Skobkin 2017-01-13 02:17:35 +03:00
parent 54903e2ad3
commit 841c45bddb

View file

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