-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fixing issue #87 #90
Fixing issue #87 #90
Conversation
@@ -44,6 +44,12 @@ class PageController extends ContainerAware | |||
*/ | |||
public function homeAction($repository = 'doctrine/orm') | |||
{ | |||
return array('repository' => $repository); | |||
|
|||
$redis_reader = $this->container->get('stats_reader'); |
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.
Fix CS :)
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.
What's the problem exactly here ? I'm not good at CS :-)
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.
camelCase :)
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.
great job 👍 |
What you mean ? At the moment the counter appears at the top left, I like it this way but if you have advice just tell me. |
@hpatoio for me is great, could you fix the CS fix? |
Sure, I can run https://github.com/fabpot/PHP-CS-Fixer on all files if you want. |
maybe we could close this PR with that simple CS fix, What do you think? |
OK. Give me few minutes and I'll fix what @stewe pointed out. |
is online :) |
Good. BTW. A number format for the counter would have been a good idea. Next release. |
I left a couple of comments in the code. Feel free to change what you want. Hope you like it.