Skip to content

Commit 9f429a9

Browse files
authored
run rector
1 parent 798b21f commit 9f429a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers/DatabaseHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DatabaseHandler extends ArrayHandler
2929
*
3030
* @var list<null>|list<string>
3131
*/
32-
private $hydrated = [];
32+
private array $hydrated = [];
3333

3434
private Settings $config;
3535

0 commit comments

Comments
 (0)