forked from Adyen/adyen-php-api-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
23 lines (19 loc) · 617 Bytes
/
Copy pathphpcs.xml
File metadata and controls
23 lines (19 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!--
~
~ Adyen API Library for PHP
~
~ Copyright (c) 2020 Adyen B.V.
~ This file is open source and available under the MIT license.
~ See the LICENSE file for more info.
~
-->
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>build/*</exclude-pattern>
<file>.</file>
<arg name="colors"/>
<arg value="p"/>
<rule ref="PSR2"/>
</ruleset>