Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfoo committed Jul 14, 2023
1 parent 1f1e082 commit 94a2b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"require-dev": {
"phpunit/php-code-coverage": "^10.0",
"phpunit/phpunit": "^10.0",
"php-parallel-lint/php-parallel-lint": "~1.2",
"php-parallel-lint/php-parallel-lint": "~1.3",
"mockery/mockery": "~1.4",
"squizlabs/php_codesniffer": "~3.5",
"rector/rector": "^0.17.5"
"rector/rector": "^0.17"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion test/src/Provider/GeocachingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function tearDown(): void
parent::tearDown();
}

public function domainProvider()
public static function domainProvider()
{
return [
[
Expand Down

0 comments on commit 94a2b3d

Please sign in to comment.