@@ -111,7 +111,7 @@ |
||
111 | 111 | /** |
112 | 112 | * Find role |
113 | 113 | * @param string $id |
114 | - * @return null|\self |
|
114 | + * @return AuthItem|null |
|
115 | 115 | */ |
116 | 116 | public static function find($id) |
117 | 117 | { |
@@ -118,7 +118,7 @@ |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * Get Aliases for views |
121 | - * @return aliases for render |
|
121 | + * @return string for render |
|
122 | 122 | */ |
123 | 123 | public function getViewPath() |
124 | 124 | { |