From f442ae98e986a960c60b010c4b23366099910fc0 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 13 Sep 2024 22:43:06 -0400 Subject: [PATCH] Fix notes --- en/appendices/5-1-migration-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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