Skip to content

Commit

Permalink
#7113 #7095 removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 4, 2018
1 parent a0cd82b commit 9f8af8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/ORM/Mapping/ClassMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
use function array_merge;
use function class_exists;
use function count;
use function explode;
use function get_class;
use function in_array;
use function interface_exists;
use function is_subclass_of;
use function method_exists;
use function spl_object_id;
use function sprintf;
use function strpos;

/**
* A <tt>ClassMetadata</tt> instance holds all the object-relational mapping metadata
Expand Down

0 comments on commit 9f8af8e

Please sign in to comment.