Completed
Push — master ( c91b6c...91497e )
by Chad
01:58
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 1 patch
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.
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.