Commit 20f480ca authored by Armando Lüscher's avatar Armando Lüscher Committed by GitHub

Merge pull request #286 from noplanman/develop

Make phpcs happy again.
parents 187abc3f 15ed340a
...@@ -35,7 +35,6 @@ class Location extends Entity ...@@ -35,7 +35,6 @@ class Location extends Entity
if (empty($this->latitude)) { if (empty($this->latitude)) {
throw new TelegramException('latitude is empty!'); throw new TelegramException('latitude is empty!');
} }
} }
public function getLongitude() public function getLongitude()
......
...@@ -43,7 +43,6 @@ class PhotoSize extends Entity ...@@ -43,7 +43,6 @@ class PhotoSize extends Entity
} }
$this->file_size = isset($data['file_size']) ? $data['file_size'] : null; $this->file_size = isset($data['file_size']) ? $data['file_size'] : null;
} }
public function getFileId() public function getFileId()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment