mirror of
https://github.com/ivuorinen/monolog-gdpr-filter.git
synced 2026-02-28 17:55:59 +00:00
feat: initial commit
This commit is contained in:
10
phpcs.xml
Normal file
10
phpcs.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="PSR12"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
|
||||
<description>PHP_CodeSniffer configuration for PSR-12 coding standard.</description>
|
||||
<rule ref="PSR12" />
|
||||
<file>src/</file>
|
||||
<file>tests/</file>
|
||||
<file>rector.php</file>
|
||||
<exclude-pattern>vendor/</exclude-pattern>
|
||||
</ruleset>
|
||||
Reference in New Issue
Block a user