Reformatted and checked everything. [skip ci]

This commit is contained in:
James Cole
2014-07-25 13:02:01 +02:00
parent bcd48f2e49
commit 30d5b88769
45 changed files with 980 additions and 330 deletions

View File

@@ -2,11 +2,21 @@
namespace Firefly\Helper\Toolkit;
/**
* Interface ToolkitInterface
*
* @package Firefly\Helper\Toolkit
*/
interface ToolkitInterface
{
/**
* @return mixed
*/
public function getDateRange();
/**
* @return mixed
*/
public function getDateRangeDates();
}