Skip to content

add spell checkers

add spell checkers #58

Triggered via pull request October 30, 2024 20:09
Status Failure
Total duration 3m 43s
Artifacts

pr_pipe.yml

on: pull_request
Install Dev Dependencies
2m 30s
Install Dev Dependencies
Unit Tests
16s
Unit Tests
Syntax Checks
10s
Syntax Checks
PHP Minimum Compatibility
15s
PHP Minimum Compatibility
PHPStan Analyzer
21s
PHPStan Analyzer
PHP CS Fixer
14s
PHP CS Fixer
PHP Magic Numbers Analyzer
8s
PHP Magic Numbers Analyzer
Rector Analyzer
33s
Rector Analyzer
Mutation Tests
31s
Mutation Tests
SVRUnit Tests
0s
SVRUnit Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 9 warnings
PHP CS Fixer
Process completed with exit code 2.
PHPStan Analyzer: src/Bundles/Spelling/Aspell/AspellSpellChecker.php#L25
PHPDoc tag @param has invalid value ($): Unexpected token "$", expected type at offset 18
PHPStan Analyzer: src/Bundles/Spelling/Aspell/AspellSpellChecker.php#L44
Method PHPUnuhi\Bundles\Spelling\Aspell\AspellSpellChecker::validateSpelling() should return bool but return statement is missing.
PHPStan Analyzer: src/Bundles/Spelling/Aspell/AspellSpellChecker.php#L90
Variable $suggestions in empty() always exists and is not falsy.
PHPStan Analyzer: src/Bundles/Spelling/Hunspell/HunspellSpellChecker.php#L31
PHPDoc tag @param has invalid value ($): Unexpected token "$", expected type at offset 18
PHPStan Analyzer: src/Bundles/Spelling/Hunspell/HunspellSpellChecker.php#L66
Method PHPUnuhi\Bundles\Spelling\Hunspell\HunspellSpellChecker::validateSpelling() should return bool but return statement is missing.
PHPStan Analyzer: src/Bundles/Spelling/Hunspell/HunspellSpellChecker.php#L128
Variable $suggestions in empty() always exists and is not falsy.
PHPStan Analyzer: src/Bundles/Spelling/Hunspell/HunspellSpellChecker.php#L144
Parameter #1 $command of method PHPUnuhi\Services\Process\OSProcess::execute() expects string, array<int, string> given.
PHPStan Analyzer: src/Bundles/Spelling/Hunspell/HunspellSpellChecker.php#L150
Calling var_dump() is forbidden, use some logger instead.
PHPStan Analyzer: src/Models/Translation/TranslationSet.php#L371
Method PHPUnuhi\Models\Translation\TranslationSet::findPlaceholders() return type has no value type specified in iterable type array.
PHPStan Analyzer
Process completed with exit code 2.
Rector Analyzer
Process completed with exit code 2.
Install Dev Dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP Magic Numbers Analyzer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Syntax Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP CS Fixer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP Minimum Compatibility
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan Analyzer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rector Analyzer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Mutation Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/