-
-
Notifications
You must be signed in to change notification settings - Fork 598
Fixed CS #54
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
Fixed CS #54
Conversation
ping |
pong :) |
👍 |
1 similar comment
👍 |
@@ -35,4 +35,3 @@ public function get($id); | |||
*/ | |||
public function set($id, Response $response); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In PSR-2, all files must end in a single blank line.
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#22-files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's what i did
@lyrixx rebase pls |
@pilot Rebased. tests does not passe as on master. Anyway, I just changed CS and remove some unuse statement. |
thanks, good job! |
No description provided.