We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabc0c commit 14d9afdCopy full SHA for 14d9afd
config/Mysqli.stub
@@ -16,14 +16,3 @@ class mysqli_result implements Traversable, IteratorAggregate
16
*/
17
function fetch_object(string $class = 'stdClass', array $constructor_args = []) {}
18
}
19
-
20
-/**
21
- * @template T of object
22
- * @template TValue
23
- *
24
- * @param mysqli_result<TValue> $result
25
- * @param class-string<T> $class
26
- * @param array<mixed> $constructor_args
27
- * @return T|null|false
28
- */
29
-function mysqli_fetch_object(mysqli_result $result, string $class = 'stdClass', array $constructor_args = []) {}
0 commit comments