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 0d84ce8 commit e2ccc91Copy full SHA for e2ccc91
system/Database/BaseResult.php
@@ -260,7 +260,7 @@ public function getResultObject(): array
260
* @param string $type The type of result object. 'array', 'object' or class name.
261
* @phpstan-param class-string<T>|'array'|'object' $type
262
*
263
- * @return array|object|stdClass|null|string
+ * @return array|float|int|object|stdClass|string|null
264
* @phpstan-return ($type is 'object' ? stdClass|null : ($type is 'array' ? array|null : T|null))
265
*/
266
public function getRow($n = 0, string $type = 'object')
0 commit comments