Skip to content

Commit

Permalink
Revert not needed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Feb 14, 2018
1 parent db25ff4 commit 4636212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion libraries/src/Extension/ComponentContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @since __DEPLOY_VERSION__
*/
interface ComponentContainerInterface extends ExtensionContainerInterface
interface ComponentContainerInterface
{
/**
* Returns the category service. If the service is not available
Expand Down
20 changes: 0 additions & 20 deletions libraries/src/Extension/ExtensionContainerInterface.php

This file was deleted.

4 changes: 2 additions & 2 deletions libraries/src/Extension/ExtensionLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ public function bootComponent($component): ComponentContainerInterface
* @param string $extensionName The extension name
* @param string $extensionPath The path of the extension
*
* @return ExtensionContainerInterface The service container
* @return mixed The extension service container
*
* @since __DEPLOY_VERSION__
*/
private function loadExtensionContainer($serviceName, $extensionName, $extensionPath): ExtensionContainerInterface
private function loadExtensionContainer($serviceName, $extensionName, $extensionPath)
{
// The container which holds the component container
$container = $this->getContainer();
Expand Down

0 comments on commit 4636212

Please sign in to comment.