Test Setup Failed
Push — master ( 612b96...955782 )
by Matthew
02:40
created
Model/Job.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Dtc\QueueBundle\Model;
3 3
 
4
-use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
5
-
6 4
 class Job
7 5
 {
8 6
     const STATUS_SUCCESS = 'success';
Please login to merge, or discard this patch.