Skip to content

Commit c77330d

Browse files
committed
test: satisfy rector for locked row helper
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 1203311 commit c77330d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_support/Models/WithLockedRowConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class WithLockedRowConnection extends MockConnection
2929
/**
3030
* @param list<array<string, mixed>> $rows
3131
*/
32-
public function __construct(private array $rows = [], public bool $throwOnSelect = false)
32+
public function __construct(private readonly array $rows = [], public bool $throwOnSelect = false)
3333
{
3434
parent::__construct([]);
3535
}

0 commit comments

Comments
 (0)