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

Commit 4e31d83

Browse files
author
Andrey Helldar
authored
Merge pull request #23 from andrey-helldar/analysis-XaP0pm
Apply fixes from StyleCI
2 parents 1213d4f + f96950b commit 4e31d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ApiResponseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected function jsonResponse()
121121

122122
private function mergeContent($content)
123123
{
124-
if (! $this->additionalContent) {
124+
if (!$this->additionalContent) {
125125
return $content;
126126
}
127127

0 commit comments

Comments
 (0)