Skip to content

Commit

Permalink
run rector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored May 10, 2024
1 parent 798b21f commit 9f429a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/DatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DatabaseHandler extends ArrayHandler
*
* @var list<null>|list<string>
*/
private $hydrated = [];
private array $hydrated = [];

private Settings $config;

Expand Down

0 comments on commit 9f429a9

Please sign in to comment.