Skip to content

Commit 622b174

Browse files
authored
fix: Issue#227
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script sebastianbergmann#227
1 parent f1255b3 commit 622b174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/textui.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,11 @@ the following code:
266266
:name: textui.examples.TestCaseClass.php
267267
268268
<?php
269-
use PHPUnit\Framework\TestCase;
270269
271270
namespace TestNamespace;
272271
272+
use PHPUnit\Framework\TestCase;
273+
273274
class TestCaseClass extends TestCase
274275
{
275276
/**

0 commit comments

Comments
 (0)