PHP_Beautifier
PHP_Beautifier copied to clipboard
This program reformat and beautify PHP 4 and PHP 5 source code files automatically. The program is Open Source and distributed under the terms of PHP Licence. It is written in PHP 5 and has a command...
Hi there, It seems this does not run with PHP 7.2. ``` Warning: count(): Parameter must be an array or an object that implements Countable in ...Beautifier.php on line 1513....
any chance of a 0.1.15, 0.2.0 or a 1.0.0RC1 release?
@clbustos Would you be open to other people maintaining this repo? I'm not volunteering, but it might help to deal with the open PR's and issues
@clbustos, I've corrected a typographical error in the documentation of the [PHP_Beautifier](https://github.com/clbustos/PHP_Beautifier) project. You should be able to merge this pull request automatically. However, if this was intentional or if...
References incorrect file path for bin.
``` php_beautifier *.php -o directory/ ```
Some filters weren't being included when installing php_beautifier via PEAR. This pull-request fixes this issue.
Hello, is it possible to add newlines before a line with the keyword "function" ? Newlines(before=function) would break something like > public static function get() > > private static function...
I'm assuming the space before the comma after an array when using the ArrayNested filter is unintentional. This patch gets rid of it.