Skip to content

Commit

Permalink
correcting a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Sep 18, 2016
1 parent 5151f61 commit 00ce6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codestyle/PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additional the following rules are meant to be followed:
* php may only be used with the long tags (<?php ?>)
* class properties must be in lowerCamelCase
* files may not mix php with none-php content, there are templating engines for that
* properties must no be prefixed with an underscore as a visibility hint
* properties must not be prefixed with an underscore as a visibility hint
* magic methods besides __construct and __destruct should not be used
* classes must not declare their type(Controller,Abstract,View,etc.) in their name, but in their namespace
* constants and functions should not be used
Expand Down

0 comments on commit 00ce6ee

Please sign in to comment.