diff --git a/.gitattributes b/.gitattributes index d62bb983..4ce803a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,6 @@ /composer-require-checker.json export-ignore /infection.json export-ignore /Makefile export-ignore -/phive.xml export-ignore /phpstan-baseline.neon export-ignore /phpstan.neon export-ignore /psalm-baseline.xml export-ignore diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index eb22ef0e..32e57df9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,7 +9,7 @@ updates: directory: "/" labels: - "dependency" - open-pull-requests-limit: 10 + open-pull-requests-limit: 1 package-ecosystem: "composer" schedule: interval: "daily" diff --git a/.phive/composer-normalize b/.phive/composer-normalize index 2eb218b4..21d23b57 100755 Binary files a/.phive/composer-normalize and b/.phive/composer-normalize differ diff --git a/.phive/phars.xml b/.phive/phars.xml index d21282b7..0f7f3b99 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 20fccb85..f5b1447d 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -117,9 +117,6 @@ $newLineString - - assertInstanceOf - @@ -136,9 +133,6 @@ \Generator<array<string>> \Generator<array{0: int, 1: string, 2: string}> - - \Generator<array{0: int, 1: string, 2: string}> - $key $key diff --git a/psalm.xml b/psalm.xml index 8b86e67b..12df516b 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,10 +10,6 @@ resolveFromConfigFile="true" strictBinaryOperands="true" > - - - - diff --git a/test/Unit/phpunit.xml b/test/Unit/phpunit.xml index 5d606146..b8e3b731 100644 --- a/test/Unit/phpunit.xml +++ b/test/Unit/phpunit.xml @@ -22,14 +22,14 @@ stopOnSkipped="false" verbose="true" > - - - . - - ../../src/ + + + . + +