Aggregation storages #24
02-analyse.yml
on: pull_request
php-cs-fixer
18s
phpstan
25s
Annotations
10 errors
phpstan:
src/MongoDB/MongoDBStorage.php#L101
Parameter #1 $array of function array_key_first expects array, mixed given.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L103
Parameter $name of method Shopware\Storage\MongoDB\MongoDBStorage::getAggregation() expects string, mixed given.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L109
Cannot access offset 'min' on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L109
Cannot access offset 0 on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L109
Cannot access offset mixed on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L118
Cannot access offset 'max' on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L118
Cannot access offset 0 on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L118
Cannot access offset mixed on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L126
Cannot access offset 'sum' on mixed.
|
phpstan:
src/MongoDB/MongoDBStorage.php#L126
Cannot access offset 0 on mixed.
|