Skip to content

Commit 8cd3c46

Browse files
committed
Upgrade coding standard
1 parent 9c8bf2e commit 8cd3c46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"ext-xdebug": "*",
31-
"aplus/coding-standard": "^2.0",
31+
"aplus/coding-standard": "^2.8",
3232
"ergebnis/composer-normalize": "^2.25",
3333
"jetbrains/phpstorm-attributes": "^1.0",
3434
"natanfelles/php-server": "^2.11",

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
1818
/**
1919
* Run the One file.
2020
*
21-
* @param string|URL $url
21+
* @param URL|string $url
2222
* @param string $method
2323
* @param array<string,string> $headers
2424
*

0 commit comments

Comments
 (0)