10000 fix merge · symfony/symfony@e4f2ae6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4f2ae6

Browse files
committed
fix merge
1 parent 1475f44 commit e4f2ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-1Lines changed: 1 addition & 1 deletion
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

src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public function testPriorityWithHost()
486486
{
487487
new LoaderResolver([
488488
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
489-
new class(new AnnotationReader(), null) extends AnnotationClassLoader {
489+
new class() extends AttributeClassLoader {
490490
protected function configureRoute(
491491
Route $route,
492492
\ReflectionClass $class,

0 commit comments

Comments
 (0)
0