diff options
author | Marcus Boerger <helly@php.net> | 2005-11-26 12:33:42 (GMT) |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-11-26 12:33:42 (GMT) |
commit | 649376153c6eae0acc1d656f9e42c0d1d220afc6 (patch) | |
tree | aef8ddd89c273207c201edae733e9cb3c95e9680 /CODING_STANDARDS | |
parent | 42e741e4f92ec6f005a650aedf63d6d126b1d0c8 (diff) | |
download | php-649376153c6eae0acc1d656f9e42c0d1d220afc6.tar.gz |
- Oversight
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 4b06f32..51f9bd9 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -161,7 +161,6 @@ Naming Conventions Bad: 'foobar' 'foo_bar' - 'FooBar' Syntax and indentation ---------------------- |