There was an error while loading. Please reload this page.
1 parent 1203311 commit c77330dCopy full SHA for c77330d
1 file changed
tests/_support/Models/WithLockedRowConnection.php
@@ -29,7 +29,7 @@ final class WithLockedRowConnection extends MockConnection
29
/**
30
* @param list<array<string, mixed>> $rows
31
*/
32
- public function __construct(private array $rows = [], public bool $throwOnSelect = false)
+ public function __construct(private readonly array $rows = [], public bool $throwOnSelect = false)
33
{
34
parent::__construct([]);
35
}
0 commit comments