Skip to content

Commit ef8950e

Browse files
committed
Keep StyleCI happy ;)
1 parent 251c4fd commit ef8950e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwilioCallMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function twiml(VoiceResponse $response): self
6969
protected function contentType(string $contentType)
7070
{
7171
if (
72-
!is_null($this->contentType)
72+
! is_null($this->contentType)
7373
&& $contentType !== $this->contentType
7474
) {
7575
InvalidConfigException::multipleContentTypes();

0 commit comments

Comments
 (0)