orchestral / auth

Auth Component for Orchestra Platform
MIT License
23 stars 5 forks source link

[Insight] Unused use statement should be avoided #23

Closed crynobone closed 10 years ago

crynobone commented 10 years ago

in src/Orchestra/Auth/Acl/Environment.php, line 4

The class Orchestra\Support\Str is declared but never used. You should remove the use statement.

<?php namespace Orchestra\Auth\Acl;

use Orchestra\Auth\Guard;
use Orchestra\Support\Str;
use Orchestra\Memory\Drivers\Driver as MemoryDriver;

class Environment
{
    /**

Posted from SensioLabsInsight