Skip to content

Commit

Permalink
PHPStan v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Nov 27, 2024
1 parent 6f83f37 commit d505988
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 @@ -23,7 +23,7 @@
"robinn/cache": "^2.6"
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.4",
"robinn/phpcacheadmin": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/FileCacheDashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function check(): bool {
}

/**
* @return array<string, string>
* @return array<string, array<int, string>|string>
*/
public function dashboardInfo(): array {
return [
Expand Down

0 comments on commit d505988

Please sign in to comment.