Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Scrutinizer Auto-Fixes (#231)
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer authored and prisis committed May 15, 2016
1 parent 50466e0 commit 993928d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Viserio/Encryption/Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use RandomLib\Generator as RandomLib;
use RuntimeException;
use Viserio\Contracts\Encryption\DecryptException;
use Viserio\Contracts\Encryption\Encrypter as EncrypterContract;
use Viserio\Contracts\Encryption\EncryptException;
use Viserio\Contracts\Encryption\Encrypter as EncrypterContract;
use Viserio\Contracts\Hashing\Generator as HashContract;
use Viserio\Encryption\Adapter\OpenSsl;

Expand Down
1 change: 0 additions & 1 deletion src/Viserio/Filesystem/FilesystemAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use InvalidArgumentException;
use League\Flysystem\AdapterInterface;
use League\Flysystem\Config as FlyConfig;
use League\Flysystem\FileNotFoundException as FlyFileNotFoundException;
use Viserio\Contracts\Filesystem\Directorysystem as DirectorysystemContract;
use Viserio\Contracts\Filesystem\Exception\FileNotFoundException;
use Viserio\Contracts\Filesystem\Exception\IOException as ViserioIOException;
Expand Down

0 comments on commit 993928d

Please sign in to comment.