From 622b174a51b989ecaa8ccc07a47538f5d7419c96 Mon Sep 17 00:00:00 2001 From: Riccardo Fiorenza Date: Sun, 28 Mar 2021 12:12:43 +0200 Subject: [PATCH] fix: Issue#227 Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script https://github.com/sebastianbergmann/phpunit-documentation-english/issues/227 --- src/textui.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/textui.rst b/src/textui.rst index 50f22173b..fd32efc3c 100644 --- a/src/textui.rst +++ b/src/textui.rst @@ -266,10 +266,11 @@ the following code: :name: textui.examples.TestCaseClass.php