Closed pigochu closed 1 year ago
My Config
if (!YII_ENV_TEST) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => \yii\debug\Module::class, 'panels' => [ 'httpclient' => [ 'class' => 'yii\\httpclient\\debug\\HttpClientPanel', ], ], 'allowedIPs' => ['*'], ]; }
PHP Deprecated Warning – yii\base\ErrorException
Do you have time for a fix / pull request?
Oh, wait. Is should be already fixed in #226.
What steps will reproduce the problem?
My Config
What's expected?
What do you get instead?
PHP Deprecated Warning – yii\base\ErrorException
Additional info