Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/creation/module-translation/new-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class MyModuleSomethingModuleFrontController extends ModuleFrontController
Symfony controllers work exactly the same as the Core's. Just use `$this->trans()` method.

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

```php
Expand Down