Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d91f11e

Browse filesBrowse files
committed
minor #20993 [DependencyInjection] Update AsTaggedItem parameters name in the file value_resolver.rst (makraz)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- [DependencyInjection] Update AsTaggedItem parameters name in the file value_resolver.rst Update AsTaggedItem parameter `name` to `index` ([Attribute](https://github.com/symfony/symfony/blob/7.3/src/Symfony/Component/DependencyInjection/Attribute/AsTaggedItem.php#L27)) Commits ------- a73b542 Update AsTaggedItem parameters name in the file value_resolver.rst
2 parents 6e01dc1 + a73b542 commit d91f11e
Copy full SHA for d91f11e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎controller/value_resolver.rst

Copy file name to clipboardExpand all lines: controller/value_resolver.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
382382
use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem;
383383
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
384384
385-
#[AsTaggedItem(name: 'booking_id', priority: 150)]
385+
#[AsTaggedItem(index: 'booking_id', priority: 150)]
386386
class BookingIdValueResolver implements ValueResolverInterface
387387
{
388388
// ...

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.