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

Fix closure PSR2 CS #1

Merged
merged 1 commit into from
Jan 29, 2015
Merged

Fix closure PSR2 CS #1

merged 1 commit into from
Jan 29, 2015

Conversation

bcrowe
Copy link
Member

@bcrowe bcrowe commented Jan 16, 2015

No description provided.

});
$router->post('/route/{wildcard}', function () {
return 'post';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a code block must not have an empty line before the closing bracket.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I wonder why the fixer did this. Fixed.

@GrahamCampbell
Copy link
Member

Tests don't have to be psr-2, only the "src".

@philipobenito
Copy link
Member

Agreed with @GrahamCampbell but will merge for continuity...

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

Successfully merging this pull request may close these issues.

None yet

4 participants