Completed
Push — master ( d4a8c1...061aa5 )
by Chad
02:06
created
CacheWarmer/LdapToolsCacheWarmer.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -72,6 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * @param LdapObjectSchemaFactory $schemaFactory
74 74
      * @param LdapObjectSchema ...$schemaObjects
75
+     * @param LdapObjectSchema[] $schemaObjects
75 76
      */
76 77
     protected function cacheAllLdapSchemaObjects(LdapObjectSchemaFactory $schemaFactory, LdapObjectSchema ...$schemaObjects)
77 78
     {
Please login to merge, or discard this patch.
Doctrine/Subscriber/LdapObjectSubscriber.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return array
56
+     * @return string[]
57 57
      */
58 58
     public function getSubscribedEvents()
59 59
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Doctrine\Common\Persistence\ObjectManager;
16 16
 use LdapTools\Bundle\LdapToolsBundle\Annotation\LdapObject as LdapObjectAnnotation;
17 17
 use Doctrine\ORM\Event\LifecycleEventArgs;
18
-use Doctrine\Common\Persistence\Event\LifecycleEventArgs as BaseLifecycleEventArgs;
19 18
 use LdapTools\LdapManager;
20 19
 use LdapTools\Object\LdapObject;
21 20
 use LdapTools\Object\LdapObjectCollection;
Please login to merge, or discard this patch.
Form/ChoiceList/LdapObjectChoiceList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * LdapObjectChoiceList constructor.
35
-     * @param array|\Traversable $choices
35
+     * @param LdapObject[] $choices
36 36
      * @param null $labelPath
37 37
      * @param array $preferredChoices
38 38
      * @param null $groupPath
Please login to merge, or discard this patch.