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 b752e15 commit 4e310a5Copy full SHA for 4e310a5
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "jtl/opsgenie-client",
+ "name": "jtl-software/opsgenie-client",
3
"type": "project",
4
"license": "proprietary",
5
"repositories": [
src/OpsGenieResponse.php
@@ -45,7 +45,7 @@ public function getFromBody(string $key)
45
return $this->body[$key] ?? null;
46
}
47
48
- public function getMessage(): string
+ public function getMessage(): ?string
49
50
return $this->getFromBody('message');
51
0 commit comments