Completed
Push — master ( f028b6...88f21c )
by Evan
03:05
created
src/Post/PostType.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 namespace Silk\Post;
4 4
 
5 5
 use stdClass;
6
-use InvalidArgumentException;
7
-use Illuminate\Support\Collection;
8 6
 use Silk\Exception\WP_ErrorException;
9
-use Silk\Post\Exception\InvalidPostTypeNameException;
10 7
 use Silk\Post\Exception\NonExistentPostTypeException;
11 8
 use Silk\Post\PostTypeBuilder;
12 9
 
Please login to merge, or discard this patch.