Skip to content

Commit 229ea27

Browse files
committed
Update phpdocs
1 parent 067dcf4 commit 229ea27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Result.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function fetchAll(string $class = null, mixed ...$constructor) : array
164164
* @param string|null $class
165165
* @param mixed ...$constructor
166166
*
167-
* @return object|null
167+
* @return object
168168
*/
169169
public function fetchRow(int $offset, string $class = null, mixed ...$constructor) : object
170170
{
@@ -176,7 +176,7 @@ public function fetchRow(int $offset, string $class = null, mixed ...$constructo
176176
/**
177177
* Fetches the current row as array and move the cursor to the next.
178178
*
179-
* @return array<string,int|string|null>|null
179+
* @return array<string, float|int|string|null>|null
180180
*/
181181
public function fetchArray() : array | null
182182
{
@@ -200,7 +200,7 @@ public function fetchArrayAll() : array
200200
*
201201
* @param int $offset
202202
*
203-
* @return array<string,int|string|null>
203+
* @return array<string, float|int|string|null>
204204
*/
205205
public function fetchArrayRow(int $offset) : array
206206
{

0 commit comments

Comments
 (0)