Skip to content

Commit

Permalink
unused class removed from use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
s3b4stian committed Jan 13, 2019
1 parent 7ddb822 commit ddfa1d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Linna/Authorization/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use Linna\Authentication\Authentication;
use Linna\Authorization\Permission;
use Linna\DataMapper\NullDomainObject;

/**
* Provide methods for check permissions for authenticated user.
Expand Down
1 change: 0 additions & 1 deletion src/Linna/Storage/ExtendedPDO.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Linna\Storage;

use PDO;
use PDOException;
use PDOStatement;
use InvalidArgumentException;

Expand Down

0 comments on commit ddfa1d2

Please sign in to comment.