Commit 9fe26fe4 authored by Armando Lüscher's avatar Armando Lüscher

Split `@param` and `@return` with an empty line to make it more readable.

parent ba4b607a
......@@ -80,6 +80,7 @@ class DateCommand extends Command
* Get coordinates
*
* @param string $location
*
* @return array|boolean
*/
private function getCoordinates($location)
......@@ -119,6 +120,7 @@ class DateCommand extends Command
*
* @param string $lat
* @param string $lng
*
* @return array|boolean
*/
private function getDate($lat, $lng)
......@@ -159,6 +161,7 @@ class DateCommand extends Command
* Get formatted date
*
* @param string $location
*
* @return string
*/
private function getFormattedDate($location)
......@@ -184,6 +187,7 @@ class DateCommand extends Command
* Perform a simple cURL request
*
* @param string $url
*
* @return object
*/
private function request($url)
......
......@@ -65,6 +65,7 @@ class WeatherCommand extends Command
* Get weather using cURL request
*
* @param string $location
*
* @return object
*/
private function getWeather($location)
......@@ -100,6 +101,7 @@ class WeatherCommand extends Command
* Get weather string
*
* @param string $location
*
* @return bool|string
*/
private function getWeatherString($location)
......
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