jeremyFreeAgent / Bitter

Bitter is a simple but powerful analytics library
http://bitter.free-agent.fr
MIT License
129 stars 18 forks source link

[Insight] Unused use statement should be avoided #16

Closed jeremyFreeAgent closed 11 years ago

jeremyFreeAgent commented 11 years ago

in src/FreeAgent/Bitter/UnitOfTime/AbstractUnitOfTime.php, line 6

The class Exception is declared but never used. You should remove the use statement.

<?php

namespace FreeAgent\Bitter\UnitOfTime;

use \DateTime;
use \Exception;

/**
 * @author Jérémy Romey <jeremy@free-agent.fr>
 */
abstract class AbstractUnitOfTime

Posted from SensioLabsInsight