Skip to content

Commit 8081bb4

Browse files
committed
Merge branch '4.x' into 5.x
2 parents afce403 + 0dee3f1 commit 8081bb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/actions/src/Concerns/CanExportRecords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ public function getAuthGuard(): string
607607
}
608608

609609
/**
610-
* @param Model | array<string, mixed> | null $record
610+
* @param Model | array<string, mixed> | null $record
611611
* @return Model | array<string, mixed> | null
612612
*/
613613
protected function ensureCorrectRecordType(Model | array | null $record): Model | array | null

packages/actions/src/Concerns/InteractsWithRecord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function getRecord(bool $withDefault = true): Model | array | null
132132
}
133133

134134
/**
135-
* @param Model | array<string, mixed> | null $record
135+
* @param Model | array<string, mixed> | null $record
136136
* @return Model | array<string, mixed> | null
137137
*/
138138
protected function ensureCorrectRecordType(Model | array | null $record): Model | array | null

packages/actions/src/ImportAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public function getAuthGuard(): string
706706
}
707707

708708
/**
709-
* @param Model | array<string, mixed> | null $record
709+
* @param Model | array<string, mixed> | null $record
710710
* @return Model | array<string, mixed> | null
711711
*/
712712
protected function ensureCorrectRecordType(Model | array | null $record): Model | array | null

0 commit comments

Comments
 (0)