<?xml version="1.0"?> <ruleset> <arg name="basepath" value="."/> <arg name="extensions" value="php"/> <arg name="parallel" value="80"/> <arg name="cache" value=".phpcs-cache"/> <arg name="colors" /> <config name="php_version" value="80100"/> <!-- Ignore warnings and show progress of the run --> <arg value="np"/> <file>src</file> <file>tests</file> <rule ref="Doctrine"> <!-- Will cause BC breaks to method signatures - disabled for now --> <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint" /> <!-- Disabled to avoid class renaming - to be handled in a separate PR --> <exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming" /> </rule> </ruleset>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.doctrine-project.json | File | 1.09 KB | 0644 |
|
.gitattributes | File | 385 B | 0644 |
|
.gitignore | File | 84 B | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 367 B | 0644 |
|
UPGRADE.md | File | 962 B | 0644 |
|
composer.json | File | 1.38 KB | 0644 |
|
phpcs.xml.dist | File | 791 B | 0644 |
|
phpstan.neon.dist | File | 570 B | 0644 |
|
phpunit.xml.dist | File | 756 B | 0644 |
|
psalm.xml | File | 2.13 KB | 0644 |
|