Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit ab4ecf4

Browse files
Andrey HelldarStyleCIBot
Andrey Helldar
authored andcommitted
Apply fixes from StyleCI
1 parent 5400f45 commit ab4ecf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/ResponseService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function isError(): bool
9393

9494
private function e($value = null, $doubleEncode = true)
9595
{
96-
if (! is_string($value) || null === $value) {
96+
if (!is_string($value) || null === $value) {
9797
return $value;
9898
}
9999

@@ -139,7 +139,7 @@ private function mergeDataWith(array $data = []): array
139139

140140
private function splitData(): void
141141
{
142-
if (! is_array($this->data) && ! is_object($this->data)) {
142+
if (!is_array($this->data) && !is_object($this->data)) {
143143
return;
144144
}
145145

0 commit comments

Comments
 (0)