Completed
Push — master ( 18b9eb...45dd2e )
by Stéphane
20:52
created
src/Entities/Fields/Date.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Convert the model instance to an array.
44 44
      *
45
-     * @return array
45
+     * @return null|string
46 46
      */
47 47
     public function toArray()
48 48
     {
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
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     /**
41 41
      * Convert the model instance to an array.
42 42
      *
43
-     * @return array
43
+     * @return null|string
44 44
      */
45 45
     public function toArray()
46 46
     {
Please login to merge, or discard this patch.