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

Commit e29fdf3

Browse files
author
Andrey Helldar
authored
Merge pull request #26 from andrey-helldar/analysis-rdd0rG
Apply fixes from StyleCI
2 parents 5feab7e + 638eb35 commit e29fdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ResponseService.php

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)