PluginProbe
The Innovative Form Builder – IvyForms / 0.8
The Innovative Form Builder – IvyForms v0.8
1.4.1 1.4 trunk 0.1.2 0.2 0.2.1 0.3 0.3.1 0.4 0.5 0.6 0.6.1 0.6.1-backup 0.6.1.1 0.7 0.8 0.8.1 0.8.2 0.9 0.9.1 1.0 1.1 1.1.1 1.2 1.3
ivyforms / backend / phpcs.xml

phpcs.xml in The Innovative Form Builder – IvyForms 0.8, at backend/phpcs.xml

16 lines 397 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
5
6 <arg name="basepath" value="."/>
7 <arg name="cache" value=".phpcs-cache"/>
8 <arg name="colors"/>
9 <arg name="extensions" value="php"/>
10
11 <rule ref="PSR12"/>
12
13 <file>src/</file>
14
15 </ruleset>
16