Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 committed Feb 19, 2024
1 parent d79e076 commit 49517dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/strategies/php-yoshi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49517dc

Please sign in to comment.