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
DeprecationErrorHandler.php relied on this method in DeprecationErrorHandler::handleError().
How to reproduce
This error is triggered by executing is_array($env = @include dirname(__DIR__) . '/.env.local.php') in our bootstrap.php file when it is included by FiledLoader, when launching our tests with PHPUnit.
smoench, tifabien, romainnorberg, antoine-roth, chrisguitarguy and 11 more