File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class mysqli_result implements Traversable, IteratorAggregate
6464 * @param array<mixed> $constructor_args
6565 * @return T|null|false
6666 */
67- function fetch_object(string $class = stdClass::class , array $constructor_args = []): object|false|null {}
67+ function fetch_object(string $class = ' stdClass' , array $constructor_args = []) {}
6868}
6969
7070/**
@@ -76,4 +76,4 @@ class mysqli_result implements Traversable, IteratorAggregate
7676 * @param array<mixed> $constructor_args
7777 * @return T|null|false
7878 */
79- function mysqli_fetch_object(mysqli_result $result, string $class = stdClass::class , array $constructor_args = []): object|false|null {}
79+ function mysqli_fetch_object(mysqli_result $result, string $class = ' stdClass' , array $constructor_args = []) {}
You can’t perform that action at this time.
0 commit comments