Completed
Push — master ( 9c8f87...b929ef )
by Sergey
14:13
created
src/Hourly.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param int $hour
94 93
      *
95 94
      * @return Hour
96 95
      */
Please login to merge, or discard this patch.
src/ForecastIO.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 
13 13
 
14 14
 use Forecast\Helper\Point;
15
-use GuzzleHttp\Subscriber\Log\Formatter;
16
-use GuzzleHttp\Subscriber\Log\LogSubscriber;
17 15
 use Psr\Cache\CacheItemPoolInterface;
18 16
 use Psr\Log\LoggerInterface;
19 17
 
Please login to merge, or discard this patch.