Completed
Push — master ( 35d3bb...a50fd3 )
by Stéphane
15:20
created
src/Entities/Fields/Date.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Convert the model instance to an array.
45 45
      *
46
-     * @return array
46
+     * @return string
47 47
      */
48 48
     public function toArray()
49 49
     {
Please login to merge, or discard this patch.
src/Entities/Fields/Datetime.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Convert the model instance to an array.
43 43
      *
44
-     * @return array
44
+     * @return string
45 45
      */
46 46
     public function toArray()
47 47
     {
Please login to merge, or discard this patch.
src/Taxonomy/Model/TermData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * Save the model to the database.
56 56
      *
57 57
      * @param  array  $options
58
-     * @return bool
58
+     * @return boolean|null
59 59
      */
60 60
     public function save(array $options = [])
61 61
     {
Please login to merge, or discard this patch.
src/Taxonomy/TaxonomyTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * Declared by Eloquent Model
50
+     * @return string|null
50 51
      */
51 52
     abstract public function getKey();
52 53
 
Please login to merge, or discard this patch.