Gulp plugin for running PHP Code Beautifier.
WARNING - This will modify your source files, ensure things are backed up!
Install
- Install the plugin with the following command:
npm install gulp-phpcbf --save-dev
Usage
var gulp = ;var phpcbf = ;var gutil = ; gulp;
Inspired by gulp-phpcs.