Completed
Push — master ( 658a4b...85543c )
by Lorenzo
02:19
created
src/Uploadable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * Determine if the model or given attribute(s) have been modified.
27 27
      * Implemented in \Illuminate\Database\Eloquent\Model
28 28
      *
29
-     * @param array|string|null $attributes = null
29
+     * @param string $attributes = null
30 30
      *
31 31
      * @return bool
32 32
      */
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      * @param string|null $key = null
40 40
      * @param mixed $default = null
41 41
      *
42
-     * @return mixed|array
42
+     * @return string
43 43
      */
44 44
     abstract public function getOriginal($key = null, $default = null);
45 45
 
Please login to merge, or discard this patch.