Hello, I get 'Unknown named parameter' error when has not.
My PHP version is 8.1.9
PHP 8.1.9 (cli) (built: Aug 15 2022 09:39:52) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.9, Copyright (c) Zend Technologies
with Zend OPcache v8.1.9, Copyright (c), by Zend Technologies
with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans
My extension version is v1.33.12934
and my IDE is visual studio code.
The problem is in using the Illuminate\Support\Facades\Http
facade in Laravel. the intelligence show having status parameter below:
But the extension show error:
But the application work correctly without any error.
Thanks for your attention and your amazing extension.