mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-02 21:19:58 +09:00
upgrade to laravel 8.0
This commit is contained in:
committed by
Attila Jozsef Kerekes
parent
43f894b58d
commit
27f58c0866
@@ -48,7 +48,7 @@ final class Grapheme
|
||||
$start = \strlen($s) + $start;
|
||||
}
|
||||
|
||||
if (!is_scalar($s)) {
|
||||
if (!\is_scalar($s)) {
|
||||
$hasError = false;
|
||||
set_error_handler(function () use (&$hasError) { $hasError = true; });
|
||||
$next = substr($s, $start);
|
||||
|
||||
Reference in New Issue
Block a user