Skip to content

Commit

Permalink
PSR-2 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 3, 2017
1 parent 0a36f38 commit 8513bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/Refactor/lib/Horde/Refactor/Cli.php
Expand Up @@ -12,6 +12,7 @@
*/

namespace Horde\Refactor;

use Horde\Refactor\Rule;
use Horde_Argv_Parser;
use Horde_Argv_Option;
Expand Down
Expand Up @@ -12,6 +12,7 @@
*/

namespace Horde\Refactor\Rule;

use Horde\Refactor\Exception;
use Horde\Refactor\Rule;

Expand Down
1 change: 1 addition & 0 deletions framework/Refactor/lib/Horde/Refactor/Tokens.php
Expand Up @@ -12,6 +12,7 @@
*/

namespace Horde\Refactor;

use Horde\Refactor\Exception;

/**
Expand Down

0 comments on commit 8513bf3

Please sign in to comment.