Completed
Branch devel (e72808)
by Philippe
04:52
created
src/models/BaseModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 
130 130
     /**
131 131
      * Returns the old key value of the object
132
-     * @return mixed|null
132
+     * @return string
133 133
      * @since XXX
134 134
      */
135 135
     public function getOldKey()
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
      * If this record is the result of a query and the attribute is not loaded,
218 218
      * null will be returned.
219 219
      * @param string $name the attribute name
220
-     * @return mixed the old attribute value. Null if the attribute is not loaded before
220
+     * @return string the old attribute value. Null if the attribute is not loaded before
221 221
      * or does not exist.
222 222
      * @see hasAttribute()
223 223
      */
Please login to merge, or discard this patch.
src/services/Oauth.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * @param mixed $config
88
+     * @param \yii\base\Module|null $module
88 89
      * @return array Oauth server configuration
89 90
      * @since XXX
90 91
      */
Please login to merge, or discard this patch.