diff --git a/phpstan.neon b/phpstan.neon deleted file mode 100644 index f2de10d..0000000 --- a/phpstan.neon +++ /dev/null @@ -1,14 +0,0 @@ -includes: - - vendor/phpstan/phpstan/conf/bleedingEdge.neon - - phpstan-baseline.neon - -parameters: - level: 6 - excludePaths: - - vendor - - flight/util/ReturnTypeWillChange.php - - tests/named-arguments - paths: - - flight - - index.php - treatPhpDocTypesAsCertain: false diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index b890bb7..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - flight/ - - - flight/autoload.php - - - - - tests/ - tests/named-arguments/ - - - - - - - -