Added PHP factories #46
Annotations
1 error, 1 warning, and 10 notices
run
Process completed with exit code 1.
|
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#L12
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L61
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L94
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L102
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L119
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L130
* [Todo] Comment refers to a TODO task
|
run:
src/Filter.php#L157
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Filter.php#L1
* [Having `classes` with more than 5 cyclomatic complexity is prohibited - Consider refactoring] 13 cyclomatic complexity
* [Class definition] @@ -123,3 +123,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#L63
* [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#L33
* [Line length] Line exceeds 80 characters; contains 89 characters
|