Skip to content

Commit 763294d

Browse files
authored
Merge pull request #147 from greg0ire/drop-psalm
Drop Psalm
2 parents b4068e8 + 6a7133f commit 763294d

File tree

5 files changed

+2
-24
lines changed

5 files changed

+2
-24
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
/phpcs.xml.dist export-ignore
88
/phpstan.neon.dist export-ignore
99
/phpunit.xml.dist export-ignore
10-
/psalm.xml export-ignore
1110
/tests export-ignore

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
static-analysis:
1313
name: "Static Analysis"
14-
uses: "doctrine/.github/.github/workflows/static-analysis[email protected]"
14+
uses: "doctrine/.github/.github/workflows/phpstan[email protected]"

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Here is a script to run all checks, you can use it as a git hook:
1717
```shell
1818
#!/bin/bash -eu
1919
vendor/bin/phpunit --testdox
20-
vendor/bin/psalm
2120
echo '' | vendor/bin/phpcs
2221
vendor/bin/phpstan analyze
2322
```

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"doctrine/coding-standard": "^12",
1313
"ergebnis/phpunit-slow-test-detector": "^2.14",
1414
"phpstan/phpstan": "^1.10",
15-
"phpunit/phpunit": "^10.5",
16-
"vimeo/psalm": "^5.24"
15+
"phpunit/phpunit": "^10.5"
1716
},
1817
"authors": [
1918
{

psalm.xml

-19
This file was deleted.

0 commit comments

Comments
 (0)