Completed
Pull Request — master (#271)
by Marco Da
02:54
created
models/AuthItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.