Completed
Push — master ( debdac...d2614d )
by Patrick
02:45
created
Auth/class.LDAPCachableObject.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@  discard block
 block discarded – undo
22 22
         $this->ldapObj = $this->initializeFromArray($data);
23 23
     }
24 24
 
25
+    /**
26
+     * @param string $dn
27
+     */
25 28
     private function initializeFromDN($dn)
26 29
     {
27 30
         $data = $this->server->read($dn, false, true);
@@ -88,7 +91,7 @@  discard block
 block discarded – undo
88 91
      *
89 92
      * @param string $fieldName The name of the field to retrieve
90 93
      *
91
-     * @return mixed string the value of the field
94
+     * @return string string the value of the field
92 95
      */
93 96
     protected function getFieldSingleValue($fieldName)
94 97
     {
Please login to merge, or discard this patch.