add spell checkers #58
pr_pipe.yml
on: pull_request
Install Dev Dependencies
2m 30s
Syntax Checks
10s
PHP Minimum Compatibility
15s
PHPStan Analyzer
21s
PHP CS Fixer
14s
Mutation Tests
31s
SVRUnit Tests
0s
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/
|