Completed
Push — master ( a346cf...bed87a )
by Jared
37s
created
src/Property.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
         public readonly string $mutable = self::MUTABLE,
27 27
         public readonly bool $null = false,
28 28
         public readonly bool $required = false,
29
-        public readonly array|string|null $validate = null,
29
+        public readonly array | string | null $validate = null,
30 30
         mixed $default = self::MISSING_DEFAULT,
31 31
         public readonly bool $encrypted = false,
32 32
         bool $persisted = true,
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
         public readonly ?string $foreign_key = null,
37 37
         public readonly ?string $local_key = null,
38 38
         public readonly ?string $pivot_tablename = null,
39
-        public readonly ?array $morphs_to = null,
39
+        public readonly ? array $morphs_to = null,
40 40
         ?string $belongs_to = null,
41 41
         ?string $belongs_to_many = null,
42 42
         ?string $has_one = null,
Please login to merge, or discard this patch.