diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 461b35e2f3..2432069804 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -78,8 +78,8 @@ Console ------- - ``Arguments::getBooleanOption()`` and ``Arguments::getMultipleOption()`` were added. -- ``Arguments::hasArgument()`` and ``getArgument()`` will now raise an exception - if an unknown argument name is provided. This helps prevent mixing up option/argument names. +- ``Arguments::getArgument()`` will now raise an exception if an unknown + argument name is provided. This helps prevent mixing up option/argument names. Controller