-
Notifications
You must be signed in to change notification settings - Fork 7
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
10 !!! #138
10 !!! #138
Conversation
PennyEvmInterface $eventManager, | ||
PennyEventInterface $event | ||
) { | ||
if (!($routeInfo instanceof RouteInfoInterface)) { |
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.
You can just write if (!$routeInfo instanceof RouteInfoInterface) {
because the instanceof
has higher operator precedence than !
.
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.
done ;)
@gianarb the score is 10 now \m/ https://scrutinizer-ci.com/g/pennyphp/penny/inspections/778a6191-055d-4e59-b352-c356b9ce58d1 |
need improve a bit, wait a minute |
@gianarb should be awesome now ;). Zero issues https://scrutinizer-ci.com/g/pennyphp/penny/inspections/3e58191c-64b1-446a-8dfa-41f40fe8f345 with perfect score 10 \m/ |
Thanks @samsonasik for your daily work.. :) Now are you ready to use penny? :D |
hopefully ;) Warm regards, Abdul Malik Ikhsan Pada 28 Nov 2015, pukul 16.32, Gianluca Arbezzano notifications@github.com menulis:
|
here we go ;)