Skip to content

Commit 3ee819c

Browse files
rodrigoprimogogdzl
andauthored
PHP/DevelopmentFunctions: add XML documentation (#2690)
* Add documentation for WordPress.PHP.DevelopmentFunctions --------- Co-authored-by: gogdzl <diego.rodrigues@automattic.com>
1 parent 9508e0d commit 3ee819c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0"?>
2+
<documentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://phpcsstandards.github.io/PHPCSDevTools/phpcsdocs.xsd"
4+
title="Development Functions"
5+
>
6+
<standard>
7+
<![CDATA[
8+
Certain development functions should not be used. This includes debug functions like var_dump() and print_r(), as well as functions that can lead to full path disclosure like phpinfo().
9+
]]>
10+
</standard>
11+
</documentation>

0 commit comments

Comments
 (0)