summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDQNEO <dqneoo@gmail.com>2013-12-13 23:20:37 +0200
committerLior Kaplan <kaplanlior@gmail.com>2013-12-13 23:20:37 +0200
commit1b3e2c299d2d39830d0bec5abe82407db673594a (patch)
tree6cf87ac859ad7e30542f5007302df95999286807
parentcbc98df99ebc694b6b0a1fba83f3d7ce4b18cac8 (diff)
downloadphp-git-1b3e2c299d2d39830d0bec5abe82407db673594a.tar.gz
Fix doc (svn -> git)
-rw-r--r--CODING_STANDARDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 5ceacdc4dc..7a0562e6ca 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -59,8 +59,8 @@ Exceptions:
you're calling.
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
- use "<svn username here>_0". For example, #if FOO_0, where FOO is your
- svn user foo. This allows easier tracking of why code was commented out,
+ use "<git username here>_0". For example, #if FOO_0, where FOO is your
+ git user foo. This allows easier tracking of why code was commented out,
especially in bundled libraries.
8. Do not define functions that are not available. For instance, if a