update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
2
vendor/symfony/polyfill-php80/Php80.php
vendored
2
vendor/symfony/polyfill-php80/Php80.php
vendored
@@ -60,7 +60,7 @@ public static function get_debug_type($value): string
|
||||
public static function get_resource_id($res): int
|
||||
{
|
||||
if (!\is_resource($res) && null === @get_resource_type($res)) {
|
||||
throw new \TypeError(sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res)));
|
||||
throw new \TypeError(\sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res)));
|
||||
}
|
||||
|
||||
return (int) $res;
|
||||
|
||||
Reference in New Issue
Block a user