Skip to content

Commit 264eb8f

Browse files
committed
PSR2
1 parent 5c9f2c5 commit 264eb8f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/DatingVIP/API/Client.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ public function execute(Command $command)
130130
*/
131131
private function getResponseType()
132132
{
133-
if (false === strpos($this->url, '.')) { return ""; }
133+
if (false === strpos($this->url, '.')) {
134+
return "";
135+
}
134136
list($path, $type) = explode('.', basename($this->url), 2);
135137

136138
return $type;

0 commit comments

Comments
 (0)