Completed
Push — master ( 281c00...0d47b9 )
by Nikita
02:15
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.