cmfcmf/OpenWeatherMap-PHP-API

[Insight] Unused use statement should be avoided - in Cmfcmf/OpenWeatherMap/Forecast.php, line 22

cmfcmf opened this issue · 0 comments

in Cmfcmf/OpenWeatherMap/Forecast.php, line 22

The class Cmfcmf\OpenWeatherMap\Util\Sun is declared but never used. You should remove the use statement.

namespace Cmfcmf\OpenWeatherMap;

use Cmfcmf\OpenWeatherMap;
use Cmfcmf\OpenWeatherMap\Util\City;
use Cmfcmf\OpenWeatherMap\Util\Sun;
use Cmfcmf\OpenWeatherMap\Util\Temperature;
use Cmfcmf\OpenWeatherMap\Util\Time;
use Cmfcmf\OpenWeatherMap\Util\Unit;
use Cmfcmf\OpenWeatherMap\Util\Weather as WeatherObj;
use Cmfcmf\OpenWeatherMap\Util\Wind;

Posted from SensioLabsInsight