qqq
This commit is contained in:
+2
-2
@@ -108,10 +108,10 @@ class Command extends Component
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool|array|null
|
||||
* @return mixed
|
||||
* @throws Exception
|
||||
*/
|
||||
public function fetchColumn(): null|bool|array
|
||||
public function fetchColumn(): mixed
|
||||
{
|
||||
try {
|
||||
return $this->prepare()->fetchColumn(PDO::FETCH_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user