Completed
Push — master ( 9a61d8...426f9b )
by Patrick
03:36
created
Auth/class.LDAPAuthenticator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
      *
220 220
      * @param \stdClass	$data The AuthData from the session
221 221
      *
222
-     * @return null|\Auth\LDAPUser The LDAPUser represented by this data
222
+     * @return LDAPUser The LDAPUser represented by this data
223 223
      */
224 224
     public function getUser($data)
225 225
     {
@@ -316,7 +316,7 @@  discard block
 block discarded – undo
316 316
 
317 317
     
318 318
     /**
319
-     * @param boolean|\Data\Filter $filter The filter to user when reading users
319
+     * @param \Data\Filter $filter The filter to user when reading users
320 320
      * @param boolean|array   $select The fields to return
321 321
      * @param boolean|integer $top The number of records to return
322 322
      * @param boolean|integer $skip The number of records to skip
Please login to merge, or discard this patch.