@@ -106,7 +106,7 @@ |
||
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | /** |
| 109 | - * @return mixed |
|
| 109 | + * @return string[] |
|
| 110 | 110 | */ |
| 111 | 111 | public function getDateRange() |
| 112 | 112 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Del\Expenses\Criteria; |
| 4 | 4 | |
| 5 | -use DateTime; |
|
| 6 | 5 | use Del\Common\Criteria as CommonCriteria; |
| 7 | 6 | |
| 8 | 7 | |