autowp/autowp

View on GitHub
module/Application/src/Service/UsersService.php

Summary

Maintainability
A
1 hr
Test Coverage
D
65%

Method deleteUnused has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function deleteUnused(): void
    {
        $table = $this->userModel->getTable();

        $rows = $table->selectWith(
Severity: Minor
Found in module/Application/src/Service/UsersService.php - About 1 hr to fix

    syntax error, unexpected 'Image' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        private Image\Storage $imageStorage;

    There are no issues that match your filters.

    Category
    Status