| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class MeOrderQueryRequest extends AbstractQueryRequest |
||
| 24 | { |
||
| 25 | use InStoreTrait; |
||
| 26 | |||
| 27 | protected $resultClass = OrderCollection::class; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param Context $context |
||
| 31 | */ |
||
| 32 | public function __construct(Context $context = null) |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param Context $context |
||
| 39 | * @return static |
||
| 40 | */ |
||
| 41 | public static function of(Context $context = null) |
||
| 46 |