@@ -147,7 +147,6 @@ discard block |
||
147 | 147 | * Checks if a given attribute value pair is valid. The value should not be null and |
148 | 148 | * not be equal the original value, and the attribute should actually be fillable. |
149 | 149 | * |
150 | - * @param string $changes |
|
151 | 150 | * @param mixed $value |
152 | 151 | * @return bool |
153 | 152 | */ |
@@ -193,6 +192,7 @@ discard block |
||
193 | 192 | |
194 | 193 | /** |
195 | 194 | * Determine if the given attribute may be mass assigned. |
195 | + * @param string $key |
|
196 | 196 | */ |
197 | 197 | abstract public function isFillable( $key ); |
198 | 198 |