Skip to content

security fix & update actions & lint css & update readme... #29

security fix & update actions & lint css & update readme...

security fix & update actions & lint css & update readme... #29

Triggered via pull request September 16, 2024 14:44
Status Success
Total duration 17s
Artifacts

phpmd.yml

on: pull_request
Run PHPMD scanning
7s
Run PHPMD scanning
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run PHPMD scanning: src/htpasswd.php#L27
The method load uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/htpasswd.php#L43
The method verify uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/htpasswd.php#L52
Missing class import via use statement (line '52', column '16').
Run PHPMD scanning: src/htpasswd.php#L56
The method verifyPassword uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/ifmarchive.php#L43
The method addFolder uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/ifmarchive.php#L57
Missing class import via use statement (line '57', column '12').
Run PHPMD scanning: src/ifmarchive.php#L68
The method createZip uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/ifmarchive.php#L91
Missing class import via use statement (line '91', column '14').
Run PHPMD scanning: src/ifmarchive.php#L97
The method extractZip uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Run PHPMD scanning: src/ifmarchive.php#L105
Remove error control operator '@' on line 124.