Skip to content

Commit a27bb8e

Browse files
Merge branch '6.4' into 7.1
* 6.4: fix merge fix merge
2 parents 3bc4086 + 91e02e6 commit a27bb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
controllers:
22
resource: Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures\RouteWithPriorityController
3-
type: annotation
3+
type: attribute
44
host:
55
cs: www.domain.cs
66
en: www.domain.com

Tests/Loader/YamlFileLoaderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function testPriorityWithHost()
493493
{
494494
new LoaderResolver([
495495
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
496-
new class(new AnnotationReader(), null) extends AnnotationClassLoader {
496+
new class() extends AttributeClassLoader {
497497
protected function configureRoute(
498498
Route $route,
499499
\ReflectionClass $class,

0 commit comments

Comments
 (0)