diff --git a/src/strategies/php-yoshi.ts b/src/strategies/php-yoshi.ts index 82a2d7c12..fddf2c203 100644 --- a/src/strategies/php-yoshi.ts +++ b/src/strategies/php-yoshi.ts @@ -252,11 +252,11 @@ export class PHPYoshi extends BaseStrategy { // update VERSION file updates.push({ - path: this.addPath('VERSION'), - createIfMissing: false, - updater: new DefaultUpdater({ - version, - }), + path: this.addPath('VERSION'), + createIfMissing: false, + updater: new DefaultUpdater({ + version, + }), }); // update the aggregate package information in the root composer.json