Skip to content

Commit c6fb91d

Browse files
AlymosulStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f937284 commit c6fb91d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Exceptions/CouldNotCreateMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
class CouldNotCreateMessage extends \Exception
66
{
7-
}
7+
}

src/ExpoMessage.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ public function setJsonData($data)
143143
{
144144
if (is_array($data)) {
145145
$data = json_encode($data);
146-
}
147-
elseif (is_string($data)) {
146+
} elseif (is_string($data)) {
148147
@json_decode($data);
149148

150149
if (json_last_error() !== JSON_ERROR_NONE) {

0 commit comments

Comments
 (0)