Skip to content

Commit

Permalink
EZP-29462: Improve docblock and return type hint for ContentView::get…
Browse files Browse the repository at this point in the history
…Location method (ezsystems#2406)
  • Loading branch information
mikadamczyk authored and Łukasz Serwatka committed Aug 7, 2018
1 parent afaada1 commit 3ef0b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/MVC/Symfony/View/ContentView.php
Expand Up @@ -76,7 +76,7 @@ public function setLocation(Location $location)
}

/**
* @return \eZ\Publish\API\Repository\Values\Content\Location
* @return \eZ\Publish\API\Repository\Values\Content\Location|null
*/
public function getLocation()
{
Expand Down

0 comments on commit 3ef0b13

Please sign in to comment.