-
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
[WIP] Code review #13
Conversation
@gianarb let me know if there's something wrong in the documentation |
It sounds perfect only on question src/App.php docs is work in progress? :) |
yes, I'll update the to do list above |
* | ||
* @param \FastRoute\Dispatcher $router Inner router (based on Nikic FastRouter). | ||
*/ | ||
public function __construct(\FastRoute\Dispatcher $router) |
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.
fqcn can be moved to use statement
@EmanueleMinotto can you submit more PRs? :) step by step.. At the moment we are developing quickly and I prefer this flow 💃 Thanks |
👍 |
I'm doing some code reviews (mainly documentation), let me know if everything is ok or not. :)
To Do:
src/App.php
GianArb\Penny