Explicit font-display behavior for the icon font
[GitHub/WoltLab/WCF.git] / .phpcs.xml
CommitLineData
1ad6f667
TD
1<?xml version="1.0"?>
2<ruleset>
3 <file>wcfsetup/</file>
4 <exclude-pattern>lib/system/api/*</exclude-pattern>
5 <arg name="extensions" value="php" />
6 <arg value="p"/>
7 <arg name="basepath" value="."/>
8
a9229942
TD
9 <rule ref="PSR12">
10 <!-- https://github.com/squizlabs/PHP_CodeSniffer/issues/3200 -->
11 <exclude name="PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword"/>
12
13 <!-- We have a large number of comments between the closing brace of an `if` and the `else`. -->
14 <exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace"/>
15 </rule>
1ad6f667 16</ruleset>