Completed
Pull Request — master (#102)
by Christian
16:43
created
Cmfcmf/OpenWeatherMap/History.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     public $time;
78 78
 
79 79
     /**
80
-     * @param $city
80
+     * @param Util\City $city
81 81
      * @param $weather
82 82
      * @param $temperature
83 83
      * @param $pressure
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * @param $clouds
86 86
      * @param $rain
87 87
      * @param $wind
88
-     * @param $time
88
+     * @param \DateTime $time
89 89
      *
90 90
      * @internal
91 91
      */
Please login to merge, or discard this patch.