Skip to content

Commit

Permalink
qa: remove ServiceLocatorInterface#configure
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Mar 9, 2023
1 parent 5fa0087 commit 96020a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ServiceLocatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,4 @@ interface ServiceLocatorInterface extends ContainerInterface
* @throws ContainerExceptionInterface If any other error occurs.
*/
public function build(string $name, ?array $options = null): mixed;

/**
* @param ServiceManagerConfigurationType $config
* @throws ContainerModificationsNotAllowedException If the allow override flag has been toggled off, and a
* service instanceexists for a given service.
* @throws CyclicAliasException If the configuration contains aliases targeting themselves.
*/
public function configure(array $config): static;
}

0 comments on commit 96020a3

Please sign in to comment.