This commit is contained in:
xl
2023-05-26 09:20:31 +08:00
parent 0f1a55462e
commit d7fd23800b
5 changed files with 14 additions and 16 deletions
+4 -4
View File
@@ -65,10 +65,10 @@ class PoolItem
}
/**
* @return bool
*/
public function size(): bool
/**
* @return int
*/
public function size(): int
{
return $this->_items->length();
}