Skip to content

Commit

Permalink
csc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekho committed Feb 15, 2016
1 parent 6f6cfa3 commit 96bd380
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs
Expand Up @@ -38,7 +38,6 @@ return Symfony\CS\Config\Config::create()
'ereg_to_preg',
'multiline_spaces_before_semicolon',
'newline_after_open_tag',
'no_blank_lines_before_namespace',
'ordered_use',
'header_comment',
'short_array_syntax',
Expand Down
1 change: 1 addition & 0 deletions src/TaggedItem.php
@@ -1,4 +1,5 @@
<?php

namespace Bankiru\Stash;

use Stash\Item;
Expand Down
1 change: 1 addition & 0 deletions tests/TaggedItemTest.php
@@ -1,4 +1,5 @@
<?php

namespace Bankiru\Stash\tests;

use Bankiru\Stash\TaggedItem;
Expand Down

0 comments on commit 96bd380

Please sign in to comment.