10
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Nov 01, 2024 — Nov 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from dohzoh/master More... almost 11 years ago
fixed test for composer More... almost 11 years ago
add composer support More... almost 11 years ago
Merge pull request #9 from ogarbe/fix_and_addenda More... about 11 years ago
Merge pull request #13 from csirmaz/master More... about 11 years ago
Removed unneeded constructor More... about 11 years ago
Bugfix: skip collapsing lines if they contain comments More... about 11 years ago
Bugfix: opening parenthesis was not added outside scope More... about 11 years ago
SpaceOpAssignments: new filter to add space before operator+assignments More... about 11 years ago
Extended the multi-line logic to function definitions and calls More... about 11 years ago
Fixed problems with KeepEmptyLines using setNoDeletePreviousSpaceHack More... about 11 years ago
Fixed copyright information More... about 11 years ago
KeepEmptyLines: new filter to keep an empty line where they appear in source More... about 11 years ago
LongArrayNested: new filter that breaks long array()s only More... about 11 years ago
Remove trailing whitespace on empty lines created with NewLines filter More... about 13 years ago
Fix fluent filter More... about 13 years ago
code formatting More... about 13 years ago
Verbose parameter in command line script More... about 13 years ago
Replace echo by log More... about 13 years ago
Merge pull request #8 from Survos/fix-indentstyles More... over 13 years ago
Merge pull request #7 from Survos/skip-docblock-test More... over 13 years ago
Merge pull request #5 from Survos/remove-echo-in-test More... over 13 years ago
Fix IndentStyles so open brace after object operator isn't treated as the start of a block (use openBraceDontProcess). Also avoid trailing spaces after "if ()", etc., in styles that put open brace on new line. More... over 13 years ago
skip DocBlock test since it's broken More... over 13 years ago
remove echo in middle of BeautifierBugsTest.php More... over 13 years ago
Added test for unresolved bug 14575 More... about 15 years ago
Added Test for closed bug 17063 More... about 15 years ago
Removing the innecesary new function getLastSeq and using the existing getControlSeq More... about 15 years ago
Solution for the Allman/BSD style switch indentation, now check in allman style if the control sequence is Switch, and then add one additional indentation More... about 15 years ago
Applied patch from bug #17661, now the PHP versions less than 5.3 not write Notice messages about not existence of T_NAMESPACE and T_USE tokens More... about 15 years ago