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 251c4fd commit ef8950eCopy full SHA for ef8950e
src/TwilioCallMessage.php
@@ -69,7 +69,7 @@ public function twiml(VoiceResponse $response): self
69
protected function contentType(string $contentType)
70
{
71
if (
72
- !is_null($this->contentType)
+ ! is_null($this->contentType)
73
&& $contentType !== $this->contentType
74
) {
75
InvalidConfigException::multipleContentTypes();
0 commit comments