Skip to content

Commit

Permalink
Unused use statements removed
Browse files Browse the repository at this point in the history
  • Loading branch information
eymengunay committed Oct 9, 2013
1 parent a6fa233 commit 0efbcc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Passbook/Pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use JMS\Serializer\Annotation\ExclusionPolicy;
use JMS\Serializer\Annotation\SerializedName;
use JMS\Serializer\Annotation\AccessType;
use JMS\Serializer\Annotation\Accessor;
use JMS\Serializer\Annotation\Exclude;
use Passbook\Pass\StructureInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Passbook/Pass/Structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Passbook\Pass;

use JMS\Serializer\Annotation\SerializedName;
use JMS\Serializer\Annotation\Exclude;

/**
* Pass Structure
Expand Down

0 comments on commit 0efbcc6

Please sign in to comment.