Completed
Branch master (fe4c8a)
by Colin
09:12
created
src/Support/Model.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      *
128 128
      * @param  string  $key
129 129
      * @param  mixed  $value
130
-     * @return mixed
130
+     * @return Model
131 131
      */
132 132
     public function setAttribute($key, $value)
133 133
     {
@@ -156,6 +156,9 @@  discard block
 block discarded – undo
156 156
         return $this;
157 157
     }
158 158
 
159
+    /**
160
+     * @param string $key
161
+     */
159 162
     public function attributeExists($key)
160 163
     {
161 164
         return array_key_exists($key, $this->attributes);
Please login to merge, or discard this patch.