Skip to content

Commit

Permalink
ensure we return null rather than void in \Sylius\Bundle\CoreBundle\A…
Browse files Browse the repository at this point in the history
…pplication\SyliusPluginTrait::getContainerExtension
  • Loading branch information
lsmith77 committed Nov 21, 2017
1 parent 52f8575 commit ebcbbec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function getContainerExtension(): ?ExtensionInterface
if ($this->containerExtension) {
return $this->containerExtension;
}

return null;
}

/**
Expand Down

0 comments on commit ebcbbec

Please sign in to comment.