Completed
Push — master ( e3ea1b...83a077 )
by Alexander
02:59
created
src/CanBeAdjusted.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.