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

.gitattributes

Lines changed: 0 additions & 1 deletion
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

composer.json

Lines changed: 0 additions & 2 deletions
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
},

psalm.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/MessageParser/MessageMetaData.php

Lines changed: 1 addition & 2 deletions
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)