Skip to content
On this page

DiscouragedFunctions

Discourages the use of debug functions.

Scope

Squiz.PHP.DiscouragedFunctions

Properties

Property NameTypeDefaultAvailable Since
errorboolfalse-

Usage

xml
<rule ref="Squiz.PHP.DiscouragedFunctions">
    <properties>
        <property name="error" value="true" />
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.