This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ namespace Database\Base;
use ArrayIterator;
use Database\ActiveQuery;
use JetBrains\PhpStorm\Pure;
use ReflectionException;
use Snowflake\Abstracts\Component;
use Database\ActiveRecord;
@@ -55,7 +55,7 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
/**
* @return int
*/
#[Pure] public function getLength(): int
public function getLength(): int
{
return count($this->_item);
}