Skip to content

Commit f0fd8b4

Browse files
committed
Fixed @return of RunnableSelect::fetchValue
1 parent 62073e8 commit f0fd8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/RunnableSelect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function fetchArray() {
136136

137137
/**
138138
* @param mixed $default
139-
* @return string[]
139+
* @return null|bool|string|int|float
140140
*/
141141
public function fetchValue($default = null) {
142142
$statement = $this->createStatement();

0 commit comments

Comments
 (0)