diff --git a/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php b/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php index e6685efdff6..13ddc4b3cc4 100644 --- a/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php +++ b/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php @@ -26,7 +26,7 @@ class PostsToOrdersMigrationController { /** * Array of objects used to perform the migration. * - * @var array[TableMigrator] + * @var TableMigrator[] */ private $all_migrators;