Fix PHPCS

Co-authored-by: Justin Palmer <228780+layoutd@users.noreply.github.com>
This commit is contained in:
Tomek Wytrębowicz 2023-11-24 12:22:57 +01:00 committed by Justin Palmer
parent c95b94aa14
commit 59d0275348
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ class OrderAttributionBlocksController implements RegisterHooksInterface {
*
* @internal
*
* @param ExtendSchema $extend_schema ExtendSchema instance.
* @param FeaturesController $features_controller Features controller.
* @param OrderAttributionController $order_attribution_controller Instance of the order attribution controller.
* @param ExtendSchema $extend_schema ExtendSchema instance.
* @param FeaturesController $features_controller Features controller.
* @param OrderAttributionController $order_attribution_controller Instance of the order attribution controller.
*/
final public function init(
ExtendSchema $extend_schema,