Require path in phpcbf
This commit is contained in:
parent
b6b923c087
commit
7e6e871b9a
|
@ -4,6 +4,7 @@ Requires https://github.com/FriendsOfPHP/phpcbf
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
Beautifier = require('./beautifier')
|
Beautifier = require('./beautifier')
|
||||||
|
path = require('path')
|
||||||
|
|
||||||
module.exports = class PHPCBF extends Beautifier
|
module.exports = class PHPCBF extends Beautifier
|
||||||
name: "PHPCBF"
|
name: "PHPCBF"
|
||||||
|
|
Loading…
Reference in New Issue