Skip to content

Commit 10b8544

Browse files
authored
Update warning notice for Symfony controllers
1 parent 8e96c0b commit 10b8544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/creation/module-translation/new-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class MyModuleSomethingModuleFrontController extends ModuleFrontController
156156
Symfony controllers work exactly the same as the Core's. Just use `$this->trans()` method.
157157

158158
{{% notice warning %}}
159-
Be aware that in Symfony controllers, the second and third arguments have been swapped to make `$replacements` optional.
159+
Be aware that in Symfony controllers, the second and third arguments have been swapped to make `$parameters` optional.
160160
{{% /notice %}}
161161

162162
```php

0 commit comments

Comments
 (0)