diff --git a/config/Mysqli.stub b/config/Mysqli.stub index 89470ef0b..dc3622dc3 100644 --- a/config/Mysqli.stub +++ b/config/Mysqli.stub @@ -16,14 +16,3 @@ class mysqli_result implements Traversable, IteratorAggregate */ function fetch_object(string $class = 'stdClass', array $constructor_args = []) {} } - -/** - * @template T of object - * @template TValue - * - * @param mysqli_result $result - * @param class-string $class - * @param array $constructor_args - * @return T|null|false - */ -function mysqli_fetch_object(mysqli_result $result, string $class = 'stdClass', array $constructor_args = []) {}