Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merges class name with 'extends' keyword #22

Open
marl-scot opened this issue Jun 14, 2017 · 0 comments
Open

merges class name with 'extends' keyword #22

marl-scot opened this issue Jun 14, 2017 · 0 comments

Comments

@marl-scot
Copy link

When formatting the following line :
class buildCommand extends Command

The output is :
class buildCommandextends Command

Expected output, same as original string
The formatter removes the space between the class name and the keyword 'extends'
using the following to format the code :

$formatter = new \gossi\formatter\Formatter();
$niceCode = $formatter->format($uglyCode);
echo $niceCode;

Thanks for an otherwise great script :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant