Commit 6e95233d by mdomba (mdlap)

typo fix and restructure of one line

parent 9c7a06b1
...@@ -107,8 +107,8 @@ $config = array( ...@@ -107,8 +107,8 @@ $config = array(
- Classes should be named using `CamelCase`. - Classes should be named using `CamelCase`.
- The brace should always be written on the line underneath the class name. - The brace should always be written on the line underneath the class name.
- Every class must have a documentation block that conforms to the PHPDoc. - Every class must have a documentation block that conforms to the PHPDoc.
- All code in a class must be indented with a signle tab. - All code in a class must be indented with a single tab.
- Only one class is permitted per PHP file. - There should be only one class in a single PHP file.
- All classes should be namespaced. - All classes should be namespaced.
- Class name should match file name. Class namespace should match directory structure. - Class name should match file name. Class namespace should match directory structure.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment