xandros15/aigisu

[Insight] Unused use statement should be avoided - in src/Api/Controllers/UserController.php, line 16

xandros15 opened this issue · 0 comments

in src/Api/Controllers/UserController.php, line 16

The class Aigisu\Models\Unit is declared but never used. You should remove the use statement.

use Aigisu\Api\Exceptions\InvalidRecoveryHashException;
use Aigisu\Components\Http\RuntimeException;
use Aigisu\Components\Http\UnauthorizedException;
use Aigisu\Components\Mailer;
use Aigisu\Models\Unit;
use Aigisu\Models\User;
use Slim\Exception\NotFoundException;
use Slim\Http\Request;
use Slim\Http\Response;

Posted from SensioLabsInsight