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 6c22785 commit ffef809Copy full SHA for ffef809
src/Numbers/Number.php
@@ -296,6 +296,6 @@ public function setAppId(string $appId): self
296
public function getAppId(): ?string
297
{
298
// These should never be different, but might not both be set
299
- return $this->data['voiceCallbackValue'] ?? $this->data['messagesCallbackValue'];
+ return $this->data['voiceCallbackValue'] ?? $this->data['messagesCallbackValue'] ?? null;
300
}
301
0 commit comments