Skip to content

Commit

Permalink
getCategory() method doesn't return null.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyKa committed Jan 13, 2015
1 parent 7d32210 commit 9250358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/CategoryService.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function buildChildNode($node, $references, $maxLevel)
*
* @param string $id Category ID.
*
* @return DocumentInterface|null
* @return DocumentInterface
*/
public function getCategory($id)
{
Expand Down

0 comments on commit 9250358

Please sign in to comment.