Skip to content

Commit de4a383

Browse files
authored
Merge pull request #322 from mpociot/analysis-zODwAJ
Apply fixes from StyleCI
2 parents 358ce15 + 06c82e5 commit de4a383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public function processRoute($route, $bindings = [], $headers = [], $withRespons
7979
}
8080

8181
$content = $this->getResponseContent($response);
82+
8283
return $this->getParameters([
8384
'id' => md5($this->getUri($route).':'.implode($this->getMethods($route))),
8485
'resource' => $routeGroup,
@@ -661,6 +662,7 @@ protected function normalizeRule($rule)
661662

662663
/**
663664
* @param $response
665+
*
664666
* @return mixed
665667
*/
666668
private function getResponseContent($response)
@@ -673,6 +675,7 @@ private function getResponseContent($response)
673675
} else {
674676
$content = $response->getContent();
675677
}
678+
676679
return $content;
677680
}
678681
}

0 commit comments

Comments
 (0)