aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorMichael Cullum <m@michaelcullum.com>2016-11-19 22:11:09 -0500
committerGitHub <noreply@github.com>2016-11-19 22:11:09 -0500
commitad4889be4b9a0e58324683fb16c0dea1905e2c1a (patch)
tree2d5ad0dd355a44de08a80e6dc75c14afa28bee71 /phpBB/docs/coding-guidelines.html
parentf585f48aca3053862e81d0ff63956940c53878e7 (diff)
downloadforums-ad4889be4b9a0e58324683fb16c0dea1905e2c1a.tar
forums-ad4889be4b9a0e58324683fb16c0dea1905e2c1a.tar.gz
forums-ad4889be4b9a0e58324683fb16c0dea1905e2c1a.tar.bz2
forums-ad4889be4b9a0e58324683fb16c0dea1905e2c1a.tar.xz
forums-ad4889be4b9a0e58324683fb16c0dea1905e2c1a.zip
[ticket/14872] Remove sizeof/count restriction
PHPBB3-14872
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-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 26189235ef..ffc360b0c3 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1122,9 +1122,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>