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
fn (arrow functions ) are introduced in PHP 7.4.
Either the composers.json's minimum php version should be bumped to 7.4, or it should be replaced with the long version. I'd vote for the second option, so made a PR: #265
Unable to hit route www.domain.com/health/check or artisan command health:panel
Issue occurring on \vendor\pragmarx\health\src\Checkers\Extensions.php
$alerts = $needed->reject(fn ($value) => $installed->contains($value));
Laravel version: 5.8
PHP: 7.2.3
The text was updated successfully, but these errors were encountered: