aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-20 09:46:32 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-20 09:46:32 +0100
commit8f19d16b2a9bb9b080c56df7b743d505cffc60b2 (patch)
treeb92e704a14a4a97837da495b6cef2ff71e7c5835
parent9343317121504ef6b558f81126ce93adb6f33ecd (diff)
parent16c3b40b4ea2a16e3ed7d7c5fcaa1fadd1d3c734 (diff)
downloadforums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar
forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.gz
forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.bz2
forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.tar.xz
forums-8f19d16b2a9bb9b080c56df7b743d505cffc60b2.zip
Merge branch '3.1.x' into 3.2.x
-rw-r--r--phpBB/docs/coding-guidelines.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 9e07290697..9b5c668880 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1123,9 +1123,6 @@ append_sid(&quot;{$phpbb_root_path}memberlist.$phpEx&quot;, 'mode=group&amp;amp;
<ul>
<li>
- <p>Use <code>sizeof</code> instead of <code>count</code></p>
- </li>
- <li>
<p>Use <code>strpos</code> instead of <code>strstr</code></p>
</li>
<li>