Skip to content

Commit 6ecc7fd

Browse files
committed
Apply fixes from StyleCI
1 parent 46c938f commit 6ecc7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Trait/ArrayableTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ trait ArrayableTrait
3939
*
4040
* You may override this method to return a list of expandable fields.
4141
*
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
4343
* to {@see fields()} on the format of the return value.
4444
*
4545
* @psalm-return FieldsArray
@@ -93,7 +93,7 @@ public function extraFields(): array
9393
*
9494
* The default implementation returns the names of the properties of this record indexed by themselves.
9595
*
96-
* @return (string|Closure)[] The list of field names or field definitions.
96+
* @return (Closure|string)[] The list of field names or field definitions.
9797
*
9898
* @psalm-return FieldsArray
9999
*/

0 commit comments

Comments
 (0)