Coding standard fixes.

This commit is contained in:
Vedanshu Jain 2023-01-26 12:14:50 +05:30
parent 694fb67980
commit b41969aa35
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class DataSynchronizer implements BatchProcessorInterface {
* @param DatabaseUtil $database_util The database util class to use. * @param DatabaseUtil $database_util The database util class to use.
* @param PostsToOrdersMigrationController $posts_to_cot_migrator The posts to COT migration class to use. * @param PostsToOrdersMigrationController $posts_to_cot_migrator The posts to COT migration class to use.
* @param LegacyProxy $legacy_proxy The legacy proxy instance to use. * @param LegacyProxy $legacy_proxy The legacy proxy instance to use.
* @param OrderCacheController $order_cache_controller The order cache controller instance to use.
* @internal * @internal
*/ */
final public function init( final public function init(