security fix & update actions & lint css & update readme... #29
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.
|