Skip to content

Commit

Permalink
No void return
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 8, 2018
1 parent 1b496b2 commit b8fdcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Extension/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function createMVCFactory(CMSApplicationInterface $application): MVCFacto
*
* @since __DEPLOY_VERSION__
*/
public function setMvcFactory(MVCFactoryFactoryInterface $mvcFactory): void
public function setMvcFactory(MVCFactoryFactoryInterface $mvcFactory)
{
$this->mvcFactory = $mvcFactory;
}
Expand Down

0 comments on commit b8fdcfe

Please sign in to comment.