Completed
Push — master ( b8b4c0...f01bd2 )
by Anton
16s
created
application/models/Privileges/Table.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Get all privileges
41 41
      *
42
-     * @return array
42
+     * @return \Bluz\Db\RowInterface[]
43 43
      */
44 44
     public function getPrivileges()
45 45
     {
Please login to merge, or discard this patch.
application/models/Roles/Table.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Get all roles in system
66 66
      *
67
-     * @return array
67
+     * @return \Bluz\Db\RowInterface[]
68 68
      */
69 69
     public function getRoles()
70 70
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @param integer $userId
88 88
      *
89
-     * @return array of rows
89
+     * @return \Bluz\Db\RowInterface[] of rows
90 90
      */
91 91
     public function getUserRoles($userId)
92 92
     {
Please login to merge, or discard this patch.