forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.phpstorm.meta.php
More file actions
19 lines (16 loc) · 785 Bytes
/
.phpstorm.meta.php
File metadata and controls
19 lines (16 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
namespace PHPSTORM_META {
expectedArguments(
\Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria::setTotalCountMode(),
0,
\Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria::TOTAL_COUNT_MODE_NONE,
\Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria::TOTAL_COUNT_MODE_EXACT,
\Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria::TOTAL_COUNT_MODE_NEXT_PAGES
);
expectedArguments(
\Shopware\Core\Framework\DataAbstractionLayer\Search\Sorting\FieldSorting::__construct(),
1,
\Shopware\Core\Framework\DataAbstractionLayer\Search\Sorting\FieldSorting::ASCENDING,
\Shopware\Core\Framework\DataAbstractionLayer\Search\Sorting\FieldSorting::DESCENDING
);
}