Model/Console/Command/Orders/Update.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
State $state,
SearchCriteriaBuilder $searchCriteria,
OrderRepositoryInterface $orderRepository,
DateTime $date,
TimezoneInterface $localeDate
Call to method getState
on non-class type null
Open
Open
__('Update not available because the initial state is incompatible: %1', $order->getState())
- Exclude checks
Call to method getState
on non-class type null
Open
Open
$state = $order->getState();
- Exclude checks