File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ trait ArrayableTrait
39
39
*
40
40
* You may override this method to return a list of expandable fields.
41
41
*
42
- * @return (string| Closure)[] The list of expandable field names or field definitions. Please refer
42
+ * @return (Closure|string )[] The list of expandable field names or field definitions. Please refer
43
43
* to {@see fields()} on the format of the return value.
44
44
*
45
45
* @psalm-return FieldsArray
@@ -93,7 +93,7 @@ public function extraFields(): array
93
93
*
94
94
* The default implementation returns the names of the properties of this record indexed by themselves.
95
95
*
96
- * @return (string| Closure)[] The list of field names or field definitions.
96
+ * @return (Closure|string )[] The list of field names or field definitions.
97
97
*
98
98
* @psalm-return FieldsArray
99
99
*/
You can’t perform that action at this time.
0 commit comments