From 64141fc17f6fb1bc7f3502029815f5746f96b735 Mon Sep 17 00:00:00 2001 From: Olena Kirichok Date: Fri, 17 May 2019 16:58:40 +0200 Subject: [PATCH] fixup! Document changes in the deprecation error handler --- setup/upgrade_major.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgrade_major.rst b/setup/upgrade_major.rst index c23db607260..d888d24bfbf 100644 --- a/setup/upgrade_major.rst +++ b/setup/upgrade_major.rst @@ -116,7 +116,7 @@ done! .. code-block:: terminal - $ SYMFONY_DEPRECATIONS_HELPER=max[total]=999999 phpunit + $ SYMFONY_DEPRECATIONS_HELPER=max[total]=999999 php ./bin/phpunit .. _upgrade-major-symfony-composer: