Completed
Push — master ( f02d55...68b6aa )
by Patrick
03:40
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
         $filter = new \Data\Filter("dn eq $dn");
@@ -93,7 +96,7 @@  discard block
 block discarded – undo
93 96
      *
94 97
      * @param string $fieldName The name of the field to retrieve
95 98
      *
96
-     * @return mixed string the value of the field
99
+     * @return string string the value of the field
97 100
      */
98 101
     protected function getFieldSingleValue($fieldName)
99 102
     {
Please login to merge, or discard this patch.