Completed
Push — master ( 496d49...2c7857 )
by Nikita
03:39 queued 54s
created
src/Models/Detail.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * Get current time
63
-     * @return bool|string
63
+     * @return string
64 64
      */
65 65
     public function getObservationTime() {
66 66
         return $time = date("H:i",strtotime($this->observation_time));
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * Get wind direction
83
-     * @return mixed
83
+     * @return string|null
84 84
      */
85 85
     public function getWindDirection() {
86 86
         $windDirection =  [
Please login to merge, or discard this patch.
src/ParseXml.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: ignatenkov
5
- * Date: 23.08.15
6
- * Time: 4:51
7
- */
3
+     * Created by PhpStorm.
4
+     * User: ignatenkov
5
+     * Date: 23.08.15
6
+     * Time: 4:51
7
+     */
8 8
 
9 9
 namespace YaWeather;
10 10
 
Please login to merge, or discard this patch.