Skip to content

Commit ab00c9d

Browse files
authored
Merge pull request #5 from Alymosul/analysis-ze3dQa
Apply fixes from StyleCI
2 parents f937284 + c6fb91d commit ab00c9d

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)