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
PHP Deprecated: eftec\bladeone\BladeOne::last(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in C:\foo\bar\lib\BladeOne.php on line 1101
PHP Deprecated: eftec\bladeone\BladeOne::first(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in C:\foo\bar\lib\BladeOne.php on line 1128
public static function last($array, ?callable $callback = null, $default = null)
Using ?callable eliminates the Deprecated warning.
The text was updated successfully, but these errors were encountered:
Thank you for this great library.
In PHP 8.4, I encountered the following warnings.
public static function last($array, ?callable $callback = null, $default = null)
Using ?callable eliminates the Deprecated warning.
The text was updated successfully, but these errors were encountered: