Skip to content

Commit

Permalink
Make ServiceContainerContext::overrideParameters() public.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Mar 10, 2019
1 parent 5554a24 commit 0d6cc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DrupalExtension/Context/ServiceContainerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function negateParameters($name, $expected) {
* @param array $parameters
* List of parameters to be overridden.
*/
protected function overrideParameters(array $parameters) {
public function overrideParameters(array $parameters) {
$this->setServiceProvider();

// Cast service parameters.
Expand Down

0 comments on commit 0d6cc3f

Please sign in to comment.