Remove trailing semicolon

This commit is contained in:
Sina Sharifzade 2016-06-09 18:49:18 +04:30
parent aa00043818
commit 7a41635165
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module.exports = class PHPCSFixer extends Beautifier
beautify: (text, language, options, context) ->
@debug('php-cs-fixer', options)
configFile = @findFile(path.dirname(context.filePath), '.php_cs');
configFile = @findFile(path.dirname(context.filePath), '.php_cs')
if @isWindows
# Find php-cs-fixer.phar script