Passed
Push — 1.10.x ( de380a...891fd1 )
by Angel Fernando Quiroz
44:35
created
main/survey/survey.lib.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CourseBundle\Entity\CSurveyInvitation,
5
-    Doctrine\Common\Collections\Criteria;
4
+use Chamilo\CourseBundle\Entity\CSurveyInvitation;
6 5
 
7 6
 /**
8 7
  * Class SurveyManager
Please login to merge, or discard this patch.