We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e9406 commit 87793c9Copy full SHA for 87793c9
CODING_NOTES.php.txt CONTRIBUTING.mdCODING_NOTES.php.txt renamed to CONTRIBUTING.md
@@ -1,4 +1,4 @@
1
-Some guidelines for web development with php.
+# Some guidelines for web development with php.
2
-----------------------------------------------------
3
* Unix Line Breaks Only, NO windows breaks please.
4
* Tabs set at 4 spaces either as tabs or spaces.
@@ -17,7 +17,7 @@ please mark any section that need review or work on with
17
* Add documentation about access levels (public, private, protected).
18
* Make function / var names on the following way, first word lower, next word(s) first letter upper like. getFirstResult();
19
20
-Pear coding guidelines
+# Pear coding guidelines
21
22
//*****************************************************************************
23
// Commenting style
0 commit comments