Skip to content

Commit 30819ba

Browse files
Sammyjo20github-actions[bot]
authored andcommitted
🪄 Code Style Fixes
1 parent b15375f commit 30819ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/Data/CachedResponse.php‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class CachedResponse
1515
* Constructor
1616
*/
1717
public function __construct(
18-
readonly public RecordedResponse $recordedResponse,
19-
readonly public DateTimeImmutable $expiresAt,
20-
readonly public int $ttl,
18+
public readonly RecordedResponse $recordedResponse,
19+
public readonly DateTimeImmutable $expiresAt,
20+
public readonly int $ttl,
2121
) {
2222
//
2323
}

0 commit comments

Comments
 (0)