Skip to content

Commit

Permalink
Merge pull request #127 from codeigniter4/dependabot/composer/rector/…
Browse files Browse the repository at this point in the history
…rector-1.0.5

chore(deps-dev): update rector/rector requirement from 1.0.2 to 1.0.5
  • Loading branch information
samsonasik authored May 10, 2024
2 parents 5c99a5e + 9f429a9 commit ebd84ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"codeigniter4/devkit": "^1.1.2",
"codeigniter4/framework": "^4.2.3",
"rector/rector": "1.0.2"
"rector/rector": "1.0.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
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 ebd84ba

Please sign in to comment.