-
Notifications
You must be signed in to change notification settings - Fork 696
Closed
Labels
Description
With psalm 5.4 is OK, with 5.5 — error.
Log:
2023-01-23T18:42:18.7857115Z ##[group]Run vendor/bin/psalm --config=psalm.xml --shepherd --stats --output-format=checkstyle --php-version=8.1 | cs2pr --graceful-warnings --colorize
2023-01-23T18:42:18.7857765Z �[36;1mvendor/bin/psalm --config=psalm.xml --shepherd --stats --output-format=checkstyle --php-version=8.1 | cs2pr --graceful-warnings --colorize�[0m
2023-01-23T18:42:18.7909298Z shell: /usr/bin/bash -e {0}
2023-01-23T18:42:18.7909533Z env:
2023-01-23T18:42:18.7909756Z COMPOSER_PROCESS_TIMEOUT: 0
2023-01-23T18:42:18.7910003Z COMPOSER_NO_INTERACTION: 1
2023-01-23T18:42:18.7910240Z COMPOSER_NO_AUDIT: 1
2023-01-23T18:42:18.7910493Z COMPOSER_CACHE_DIR: /home/runner/.cache/composer
2023-01-23T18:42:18.7910778Z MSYS: winsymlinks:nativestrict
2023-01-23T18:42:18.7911015Z ##[endgroup]
2023-01-23T18:42:18.8994535Z Warning: "findUnusedBaselineEntry" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.
2023-01-23T18:42:18.8995543Z Warning: "findUnusedCode" will be defaulted to "true" in Psalm 6. You should explicitly enable or disable this setting.
2023-01-23T18:42:18.9188802Z Target PHP version: 8.1 (set by CLI argument) Enabled extensions: .
2023-01-23T18:42:18.9189343Z Scanning files...
2023-01-23T18:42:22.0967137Z Deprecation: Psalm stubs for ext-apcu loaded using legacy way. Instead, please declare ext-apcu as dependency in composer.json or use <enableExtensions> and/or <disableExtensions> directives in Psalm config.
2023-01-23T18:42:22.0968335Z Deprecation: Psalm stubs for ext-redis loaded using legacy way. Instead, please declare ext-redis as dependency in composer.json or use <enableExtensions> and/or <disableExtensions> directives in Psalm config.
2023-01-23T18:42:22.3340200Z Analyzing files...
2023-01-23T18:42:22.3340429Z
2023-01-23T18:42:22.6142633Z ░░░░░░░░░░░░░░
2023-01-23T18:42:23.8395097Z Error: Extra content at the end of the document on line 4, column 1
2023-01-23T18:42:23.8417484Z
2023-01-23T18:42:23.8418474Z <?xml version="1.0" encoding="UTF-8"?>
2023-01-23T18:42:23.8419114Z <checkstyle>
2023-01-23T18:42:23.8419741Z </checkstyle>
2023-01-23T18:42:23.8420280Z 🐑 results sent to shepherd.dev 🐑
2023-01-23T18:42:23.8582453Z ##[error]Process completed with exit code 2.
Reactions are currently unavailable