Skip to content

Commit

Permalink
Fix some docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Sep 4, 2021
1 parent f23f591 commit 3b8a77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Response/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Response extends SymfonyResponse {
/**
* Get the model instance
*
* @return null|ModelInterface
* @return null|Model\ModelInterface
*/
public function getModel() {
return $this->model;
Expand All @@ -27,7 +27,7 @@ public function getModel() {
/**
* Set the model instance
*
* @param ModelInterface $model A model instance
* @param Model\ModelInterface $model A model instance
* @return Response
*/
public function setModel(Model\ModelInterface $model = null) {
Expand Down

0 comments on commit 3b8a77b

Please sign in to comment.