Skip to content

Commit 4e310a5

Browse files
committed
Change vendor name to jtl-software
1 parent b752e15 commit 4e310a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jtl/opsgenie-client",
2+
"name": "jtl-software/opsgenie-client",
33
"type": "project",
44
"license": "proprietary",
55
"repositories": [

src/OpsGenieResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getFromBody(string $key)
4545
return $this->body[$key] ?? null;
4646
}
4747

48-
public function getMessage(): string
48+
public function getMessage(): ?string
4949
{
5050
return $this->getFromBody('message');
5151
}

0 commit comments

Comments
 (0)