We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe60b6 commit d5b6ac4Copy full SHA for d5b6ac4
composer.json
@@ -22,9 +22,9 @@
22
"friendsofphp/php-cs-fixer": "^3.50",
23
"geoip2/geoip2": "^3.0",
24
"orchestra/testbench": "^8.8 || ^9.0",
25
- "phpstan/phpstan": "^1.10",
+ "phpstan/phpstan": "^2.1",
26
"phpunit/phpunit": "^10.5 || ^11.0",
27
- "rector/rector": "^1.2",
+ "rector/rector": "^2.0",
28
"squizlabs/php_codesniffer": "^3.9",
29
"vimeo/psalm": "^5.25"
30
},
src/GeoIP.php
@@ -43,10 +43,8 @@ class GeoIP
43
44
/**
45
* Cache manager instance.
46
- *
47
- * @var \InteractionDesignFoundation\GeoIP\Cache
48
*/
49
- protected $cache;
+ protected \InteractionDesignFoundation\GeoIP\Cache $cache;
50
51
/** Default Location data. */
52
protected array $default_location = [
0 commit comments