We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8bf2e commit 8cd3c46Copy full SHA for 8cd3c46
2 files changed
composer.json
@@ -28,7 +28,7 @@
28
},
29
"require-dev": {
30
"ext-xdebug": "*",
31
- "aplus/coding-standard": "^2.0",
+ "aplus/coding-standard": "^2.8",
32
"ergebnis/composer-normalize": "^2.25",
33
"jetbrains/phpstorm-attributes": "^1.0",
34
"natanfelles/php-server": "^2.11",
tests/TestCase.php
@@ -18,7 +18,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
18
/**
19
* Run the One file.
20
*
21
- * @param string|URL $url
+ * @param URL|string $url
22
* @param string $method
23
* @param array<string,string> $headers
24
0 commit comments