[line 47]
Default Filter: Handle all the tokens. Uses K & R style
This filters is loaded by default in PHP_Beautifier. Can handle all the tokens. If one of the tokens doesn't have a function, is added wihout modification (See __call()) The most important modifications are:
All the statements inside control structures, functions and class are indented with K&R style
1 function myFunction(){ 2 echo 'hi'; 3 }
All the comments in new lines are indented. In multi-line comments, all the lines are indented, too.