Completed
Push — master ( fa5688...b322d1 )
by Axel
05:31 queued 02:55
created
Manager/ProjectManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     protected $projectClass;
22 22
 
23 23
     /**
24
-     * @param Doctrine\ORM\EntityManager $em
24
+     * @param EntityManager $em
25 25
      */
26 26
     public function __construct(EntityManager $em, Slugger $slugger, $projectClass) {
27 27
         $this->em = $em;
Please login to merge, or discard this patch.