Skip to content

Commit

Permalink
Update Rector and apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 10, 2025
1 parent bfe60b6 commit d5b6ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"friendsofphp/php-cs-fixer": "^3.50",
"geoip2/geoip2": "^3.0",
"orchestra/testbench": "^8.8 || ^9.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^10.5 || ^11.0",
"rector/rector": "^1.2",
"rector/rector": "^2.0",
"squizlabs/php_codesniffer": "^3.9",
"vimeo/psalm": "^5.25"
},
Expand Down
4 changes: 1 addition & 3 deletions src/GeoIP.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ class GeoIP

/**
* Cache manager instance.
*
* @var \InteractionDesignFoundation\GeoIP\Cache
*/
protected $cache;
protected \InteractionDesignFoundation\GeoIP\Cache $cache;

/** Default Location data. */
protected array $default_location = [
Expand Down

0 comments on commit d5b6ac4

Please sign in to comment.