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 7511d46 commit 339f552Copy full SHA for 339f552
src/MagicAPI/EndpointMapInterface.php
@@ -14,6 +14,9 @@
14
15
use chillerlan\Settings\SettingsContainerInterface;
16
17
+/**
18
+ * @property string $API_BASE
19
+ */
20
interface EndpointMapInterface extends SettingsContainerInterface{
21
22
}
src/Psr7/Request.php
@@ -94,7 +94,7 @@ public function withRequestTarget($requestTarget):RequestInterface{
94
/**
95
* @inheritdoc
96
*/
97
- public function getMethod(){
+ public function getMethod():string{
98
return $this->method;
99
100
0 commit comments