distribution icon indicating copy to clipboard operation
distribution copied to clipboard

Namespace declaration statement has to be the very first statement or after any declare call

Open pbowyer opened this issue 4 years ago • 1 comments

Installing 7.0.0 RC3 on Windows 10 and PHP 7.4, when I execute I get:

λ .\vendor\bin\dep.bat
PHP Fatal error:  Namespace declaration statement has to be the very first statement or after any declare call in the script in D:\projects\example\vendor\bin\dep on line 13

Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in D:\projects\example\vendor\bin\dep on line 13

When I take a look at vendor\bin\dep, the namespace declaration is the first statement.

pbowyer avatar Dec 06 '21 09:12 pbowyer

¯_(ツ)_/¯

antonmedv avatar Dec 06 '21 09:12 antonmedv