8000 Fix @eko's comments · symfony/symfony@fd2dd50 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd2dd50

Browse files
committed
Fix @eko's comments
1 parent b136372 commit fd2dd50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<services>
88

9-
<service id="web_link.add_link_header_listener" class="Symfony\Component\Link\WebLink\AddLinkHeaderListener" public="false">
9+
<service id="web_link.add_link_header_listener" class="Symfony\Component\WebLink\AddLinkHeaderListener" public="false">
1010
<tag name="kernel.event_subscriber" />
1111
</service>
1212

src/Symfony/Component/WebLink/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/web-link",
33
"type": "library",
44
"description": "Symfony WebLink Component",
5-
"keywords": ["link", "psr13", "http", "HTTP/2", "preload", "prefetch", "pre-render", "dns-prefetch", "push", "performance"],
5+
"keywords": ["link", "psr13", "http", "HTTP/2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)
0