File: ruleset.xml

package info (click to toggle)
matthiasmullie-minify 1.3.73-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,140 kB
  • sloc: php: 3,198; javascript: 2,083; makefile: 38; xml: 27; sh: 6
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<ruleset>
    <rule ref="PSR12" />

    <file>./src</file>
    <file>./tests</file>

    <arg name="extensions" value="php" />
    <arg name="encoding" value="UTF-8" />
</ruleset>