Skip to content

Compare: Customizable sniff properties

New page
Showing with 6 additions and 5 deletions.
  1. +1 −0 Customizable-sniff-properties.md
  2. +3 −3 Fixing-errors-for-input-data.md
  3. +1 −1 Home.md
  4. +1 −1 Running-in-GitHub-Actions.md
1 change: 1 addition & 0 deletions Customizable-sniff-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ The above properties allow you to add the names of these functions to the list o
<property name="customEscapingFunctions" type="array">
<element value="prefix_escape_form_value"/>
<element value="prefix_escape_form_id"/>
<element value="\QualifiedExample\Namespaced\ClassName::staticMethod"/>
</property>
<property name="customAutoEscapedFunctions" type="array">
<element value="prefix_get_escaped_value"/>
Expand Down