Completed
Push — master ( 731a14...39886c )
by Patrick
05:14 queued 02:46
created
Auth/SQLAuthenticator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Get the data table for Pending Users
75 75
      *
76
-     * @return boolean|\Data\DataTable The Pending User Data Table
76
+     * @return boolean The Pending User Data Table
77 77
      */
78 78
     private function getPendingUserDataTable()
79 79
     {
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
     }
282 282
 
283 283
     /**
284
-     * @param \Data\Filter $filter The filter to read with
284
+     * @param \Flipside\Data\Filter $filter The filter to read with
285 285
      * @param boolean|array $select The fields to read
286 286
      * @param boolean|integer $top The number of entities to read
287 287
      * @param boolean|integer $skip The number of entities to skip
Please login to merge, or discard this patch.