Completed
Pull Request — master (#2674)
by Jeroen
06:40
created
src/Kunstmaan/AdminListBundle/Service/EntityVersionLockService.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@  discard block
 block discarded – undo
27 27
      */
28 28
     private $lockEnabled;
29 29
 
30
+    /**
31
+     * @param integer $threshold
32
+     * @param boolean $lockEnabled
33
+     */
30 34
     public function __construct(ObjectManager $em, $threshold, $lockEnabled)
31 35
     {
32 36
         $this->setObjectManager($em);
@@ -162,7 +166,7 @@  discard block
 block discarded – undo
162 166
      * @param LockableEntity $entity
163 167
      * @param User           $userToExclude
164 168
      *
165
-     * @return EntityVersionLock[]
169
+     * @return \Kunstmaan\AdminListBundle\Repository\EntityVersionLock[]
166 170
      */
167 171
     protected function getEntityVersionLocksByLockableEntity(LockableEntity $entity, /*\Kunstmaan\AdminBundle\Entity\UserInterface*/ $userToExclude = null)
168 172
     {
Please login to merge, or discard this patch.