You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrankenPHP: Remove unnecessary use statement to fix PHP warning (#813)
Currently when running octane:work with full error reporting
enabled it shows the following warning:
INFO Server running…
Local: http://0.0.0.0:8000
Press Ctrl+C to stop the server
WARN PHP Warning: The use statement with non-compound name 'Throwable' has no effect in /app/vendor/laravel/octane/bin/frankenphp-worker.php on line 9
WARN PHP Warning: The use statement with non-compound name 'Throwable' has no effect in /app/vendor/laravel/octane/bin/frankenphp-worker.php on line 9
WARN PHP Warning: The use statement with non-compound name 'Throwable' has no effect in /app/vendor/laravel/octane/bin/frankenphp-worker.php on line 9
WARN PHP Warning: The use statement with non-compound name 'Throwable' has no effect in /app/vendor/laravel/octane/bin/frankenphp-worker.php on line 9
...
Co-authored-by: Phil Bates <[email protected]>
0 commit comments