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

Small improvements #19

Merged
merged 3 commits into from
Jul 17, 2015
Merged

Small improvements #19

merged 3 commits into from
Jul 17, 2015

Conversation

tleb
Copy link
Contributor

@tleb tleb commented Jul 15, 2015

Small changes:

  • Added /.idea/ to .gitignore. It's a directory generated automatically by PhpStorm which contains our project's variables.
  • Added @return bool to Router::run() to allow IDEs to detect problems (and sometimes, humans).
  • Fixed a typo in a docblock comment (match rather than mactch).
  • Set Router::handle()'s visibility to protected. See Regulation start from N segment #18 for example of why it could be useful.

@bramus
Copy link
Owner

bramus commented Jul 15, 2015

Hi @tleb. Thanks for the pull request.

Not too sure about 4957af3, as mentioned in #18.

@tleb
Copy link
Contributor Author

tleb commented Jul 16, 2015

Last commit removed, as agreed in #18.

bramus added a commit that referenced this pull request Jul 17, 2015
@bramus bramus merged commit 1f40155 into bramus:master Jul 17, 2015
@tleb tleb deleted the small-improvements branch July 17, 2015 10:12
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

2 participants