Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 09d33f9

Browse files
authored
Merge pull request #3 from iranianpep/analysis-X0AKVM
Apply fixes from StyleCI
2 parents 13dc97a + 07d305a commit 09d33f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Darksky/Darksky.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
namespace Darksky;
44

55
/**
6-
* Class Darksky
7-
* @package Darksky
6+
* Class Darksky.
87
*/
98
class Darksky
109
{
@@ -54,8 +53,9 @@ public function __construct($key, $latitude, $longitude, $lang = 'en', $units =
5453
* @param array $exclude
5554
* @param bool $extend
5655
*
57-
* @return string
5856
* @throws \Exception
57+
*
58+
* @return string
5959
*/
6060
public function forecast(array $exclude = [], $extend = false)
6161
{
@@ -130,8 +130,9 @@ private function generateRequestUrl(array $exclude = [], $extend = false)
130130
* @param array $exclude
131131
* @param bool $extend
132132
*
133-
* @return string
134133
* @throws \Exception
134+
*
135+
* @return string
135136
*/
136137
private function generateUrlQueryString(array $exclude = [], $extend = false)
137138
{

0 commit comments

Comments
 (0)