Completed
Push — master ( ae7e79...4a5483 )
by Patrick
03:04
created
Auth/class.LDAPAuthenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@
 block discarded – undo
325 325
 
326 326
     
327 327
     /**
328
-     * @param boolean|\Data\Filter $filter The filter to user when reading users
328
+     * @param \Data\Filter $filter The filter to user when reading users
329 329
      * @param boolean|array   $select The fields to return
330 330
      * @param boolean|integer $top The number of records to return
331 331
      * @param boolean|integer $skip The number of records to skip
Please login to merge, or discard this patch.
Auth/class.LDAPCachableObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param string $fieldName The name of the field to retrieve
45 45
      *
46
-     * @return mixed string the value of the field
46
+     * @return string string the value of the field
47 47
      */
48 48
     protected function getFieldSingleValue($fieldName)
49 49
     {
Please login to merge, or discard this patch.