Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Oct 8, 2018
1 parent 48e6acd commit 3ee0ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ExamplePresenter implements IPresenter
$this->iRobotsFactory = $IRobotsFactory;
}
protected function createComponentRobots()
protected function createComponentRobots() : \Nepttune\Component\Robots
{
return $this->iRobotsFactory->create();
}
Expand Down

0 comments on commit 3ee0ae4

Please sign in to comment.