10
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from dohzoh/master More... about 10 years ago
fixed test for composer More... about 10 years ago
add composer support More... about 10 years ago
Merge pull request #9 from ogarbe/fix_and_addenda More... over 10 years ago
Merge pull request #13 from csirmaz/master More... over 10 years ago
Removed unneeded constructor More... over 10 years ago
Bugfix: skip collapsing lines if they contain comments More... over 10 years ago
Bugfix: opening parenthesis was not added outside scope More... over 10 years ago
SpaceOpAssignments: new filter to add space before operator+assignments More... over 10 years ago
Extended the multi-line logic to function definitions and calls More... over 10 years ago
Fixed problems with KeepEmptyLines using setNoDeletePreviousSpaceHack More... over 10 years ago
Fixed copyright information More... over 10 years ago
KeepEmptyLines: new filter to keep an empty line where they appear in source More... over 10 years ago
LongArrayNested: new filter that breaks long array()s only More... over 10 years ago
Remove trailing whitespace on empty lines created with NewLines filter More... over 12 years ago
Fix fluent filter More... over 12 years ago
code formatting More... over 12 years ago
Verbose parameter in command line script More... over 12 years ago
Replace echo by log More... over 12 years ago
Merge pull request #8 from Survos/fix-indentstyles More... over 12 years ago
Merge pull request #7 from Survos/skip-docblock-test More... over 12 years ago
Merge pull request #5 from Survos/remove-echo-in-test More... over 12 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 12 years ago
skip DocBlock test since it's broken More... over 12 years ago
remove echo in middle of BeautifierBugsTest.php More... over 12 years ago
Added test for unresolved bug 14575 More... over 14 years ago
Added Test for closed bug 17063 More... over 14 years ago
Removing the innecesary new function getLastSeq and using the existing getControlSeq More... over 14 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... over 14 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... over 14 years ago