Skip to content

Commit b169042

Browse files
committed
Removed vimeo/psalm as static analyser tool, see details:
- Removing amphp/amp (v2.5.1) - Removing amphp/byte-stream (v1.8.0) - Removing composer/package-versions-deprecated (1.11.99.1) - Removing felixfbecker/advanced-json-rpc (v3.1.1) - Removing felixfbecker/language-server-protocol (v1.5.0) - Removing netresearch/jsonmapper (v2.1.0) - Removing nikic/php-parser (v4.6.0) - Removing openlss/lib-array2xml (1.0.0) - Removing vimeo/psalm (3.13.1) - Removing webmozart/glob (4.1.0) - Removing webmozart/path-util (2.3.0) - Updating webmozart/assert (1.9.1 => 1.10.0)
1 parent 5850513 commit b169042

File tree

5 files changed

+15
-696
lines changed

5 files changed

+15
-696
lines changed

Console/Progress.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ public function setMessage(string $message)
7070
}
7171
}
7272

73-
/**
74-
* @psalm-suppress ReservedWord
75-
* When we remove PHP 7.0 support from the composer.json file, we can remove this suppress line
76-
*/
7773
public function finish()
7874
{
7975
if ($this->canOutput()) {

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ checkstyle:
1919
.PHONY: checkquality
2020
checkquality:
2121
vendor/bin/phpstan analyse
22-
vendor/bin/psalm
2322

2423
xmllint --noout --schema vendor/magento/module-backend/etc/menu.xsd etc/adminhtml/menu.xml
2524
xmllint --noout --schema vendor/magento/framework/App/etc/routes.xsd etc/adminhtml/routes.xml

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"phpcompatibility/php-compatibility": "^9.2",
2929
"phpstan/extension-installer": "^1.0",
3030
"phpstan/phpstan": "^0.12.26",
31-
"phpunit/phpunit": "^9.0",
32-
"vimeo/psalm": "^3.12"
31+
"phpunit/phpunit": "^9.0"
3332
},
3433
"config": {
3534
"sort-packages": true

0 commit comments

Comments
 (0)