10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1475f44 commit e4f2ae6Copy full SHA for e4f2ae6
src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/priorized-host.yml
@@ -1,6 +1,6 @@
1
controllers:
2
resource: Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures\RouteWithPriorityController
3
- type: annotation
+ type: attribute
4
host:
5
cs: www.domain.cs
6
en: www.domain.com
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
@@ -486,7 +486,7 @@ public function testPriorityWithHost()
486
{
487
new LoaderResolver([
488
$loader = new YamlFileLoader(new FileLocator(\dirname(__DIR__).'/Fixtures/locale_and_host')),
489
- new class(new AnnotationReader(), null) extends AnnotationClassLoader {
+ new class() extends AttributeClassLoader {
490
protected function configureRoute(
491
Route $route,
492
\ReflectionClass $class,
0 commit comments