fix PHPCS

This commit is contained in:
Tomek Wytrębowicz 2023-11-23 16:54:43 +01:00 committed by Justin Palmer
parent 6704a6426b
commit c95b94aa14
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ class OrderAttributionBlocksController implements RegisterHooksInterface {
FeaturesController $features_controller,
OrderAttributionController $order_attribution_controller
) {
$this->extend_schema = $extend_schema;
$this->features_controller = $features_controller;
$this->extend_schema = $extend_schema;
$this->features_controller = $features_controller;
$this->order_attribution_controller = $order_attribution_controller;
}