Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [Notifier][Webhook] Add Vonage support
  [Notifier] Add GoIP bridge
  [Workflow] Use TRANSITION_TYPE_WORKFLOW for rendering workflow in profiler
  Remove unneeded calls to setPublic(false)
  • Loading branch information
fabpot committed Aug 12, 2023
2 parents a6f6ed8 + f8f1127 commit 26cedbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/DependencyInjection/FormPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public function testAddTaggedTypes()
(new Definition(ServiceLocator::class, [[
__CLASS__.'_Type1' => new ServiceClosureArgument(new Reference('my.type1')),
__CLASS__.'_Type2' => new ServiceClosureArgument(new Reference('my.type2')),
]]))->addTag('container.service_locator')->setPublic(false),
$locator->setPublic(false)
]]))->addTag('container.service_locator'),
$locator
);
}

Expand Down

0 comments on commit 26cedbb

Please sign in to comment.