Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  fix merge
  fix merge
  • Loading branch information
nicolas-grekas committed Nov 13, 2024
2 parents 3bc4086 + 91e02e6 commit a27bb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Fixtures/locale_and_host/priorized-host.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
controllers:
resource: Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures\RouteWithPriorityController
type: annotation
type: attribute
host:
cs: www.domain.cs
en: www.domain.com
2 changes: 1 addition & 1 deletion Tests/Loader/YamlFileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public function testPriorityWithHost()
{
new LoaderResolver([
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
new class(new AnnotationReader(), null) extends AnnotationClassLoader {
new class() extends AttributeClassLoader {
protected function configureRoute(
Route $route,
\ReflectionClass $class,
Expand Down

0 comments on commit a27bb8e

Please sign in to comment.