This commit is contained in:
2023-12-13 15:36:51 +08:00
parent 3179e95a82
commit a73b5c0e2a
2 changed files with 6 additions and 30 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class Command extends Component
* @return mixed
* @throws
*/
public function rowCount(): mixed
public function rowCount(): int
{
return $this->search('rowCount');
}