Completed
Branch master (03239c)
by Chad
02:02
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.
Command/ConfigCommand.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     }
325 325
 
326 326
     /**
327
-     * @param $username
327
+     * @param string|null $username
328 328
      * @return string
329 329
      */
330 330
     protected function getConnectionUsername($username)
@@ -344,8 +344,8 @@  discard block
 block discarded – undo
344 344
     }
345 345
 
346 346
     /**
347
-     * @param $username
348
-     * @param $password
347
+     * @param string $username
348
+     * @param string|null $password
349 349
      * @return string
350 350
      */
351 351
     protected function getConnectionPassword($username, $password)
@@ -547,7 +547,7 @@  discard block
 block discarded – undo
547 547
     }
548 548
 
549 549
     /**
550
-     * @param $message
550
+     * @param string $message
551 551
      */
552 552
     protected function writeln($message)
553 553
     {
Please login to merge, or discard this patch.