Skip to content

Commit acb719d

Browse files
Uninstall psalm from composer
1 parent 78727a3 commit acb719d

File tree

4 files changed

+1
-35
lines changed

4 files changed

+1
-35
lines changed

Diff for: .gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ infection.json.dist export-ignore
88
phpstan.neon.dist export-ignore
99
phpunit.xml.dist export-ignore
1010
phpcs.xml.dist export-ignore
11-
psalm.xml export-ignore

Diff for: composer.json

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"doctrine/coding-standard": "^12.0",
2121
"phpunit/phpunit": "^10.5",
2222
"phpstan/phpstan": "^2.0",
23-
"vimeo/psalm": "^5.25",
24-
"psalm/plugin-phpunit": "^0.19.0",
2523
"phpstan/phpstan-strict-rules": "^2.0",
2624
"phpstan/phpstan-deprecation-rules": "^2.0"
2725
},

Diff for: psalm.xml

-30
This file was deleted.

Diff for: src/MessageParser/MessageMetaData.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
*
1010
* @internal
1111
*
12-
* @psalm-immutable
13-
* @psalm-internal Budgegeria\IntlFormat
12+
* @immutable
1413
*/
1514
final class MessageMetaData
1615
{

0 commit comments

Comments
 (0)