Remove trailing semicolon
This commit is contained in:
parent
aa00043818
commit
7a41635165
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue