Require path in phpcbf

This commit is contained in:
Steven Zeck 2018-05-22 11:53:13 -05:00 committed by GitHub
parent b6b923c087
commit 7e6e871b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Requires https://github.com/FriendsOfPHP/phpcbf
"use strict"
Beautifier = require('./beautifier')
path = require('path')
module.exports = class PHPCBF extends Beautifier
name: "PHPCBF"