Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I18nTextDomainFixer: remove unnecessary variable initialization (#2513)
Initializing the variable here is unnecessary as its value is immediately overridden in the if/else below.
- Loading branch information