Shorter build of $shellCommandLine
#38
Annotations
1 warning and 10 notices
run
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/
|
run:
src/Filter.php#L11
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L37
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L70
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L78
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L95
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L106
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L1
* [Having `classes` with more than 5 cyclomatic complexity is prohibited - Consider refactoring] 10 cyclomatic complexity
* [Class definition] @@ -99,3 +99,3 @@
if (!$finishedProcess->isSuccessful()) {
- throw new class ($finishedProcess) extends ProcessFailedException implements Exception\FilterException {
+ throw new class($finishedProcess) extends ProcessFailedException implements Exception\FilterException {
};
|
run:
src/Filter.php#L39
* [Function length] Your function is too long. Currently using 23 lines. Can be up to 20 lines.
* [Line length] Line exceeds 80 characters; contains 96 characters
|
run:
src/Filter.php#L31
* [Line length] Line exceeds 80 characters; contains 94 characters
|
run:
src/Filter.php#L83
* [Line length] Line exceeds 80 characters; contains 87 characters
|