remove unused variable
This commit is contained in:
@@ -127,10 +127,6 @@ class StartDate extends ConditionAbstract
|
|||||||
*/
|
*/
|
||||||
public function getSummary()
|
public function getSummary()
|
||||||
{
|
{
|
||||||
$i18nOperator = Operators::getI18n(
|
|
||||||
$this->translator, $this->operators[self::START_DATE]
|
|
||||||
);
|
|
||||||
|
|
||||||
$date = new \DateTime();
|
$date = new \DateTime();
|
||||||
$date->setTimestamp($this->values[self::START_DATE]);
|
$date->setTimestamp($this->values[self::START_DATE]);
|
||||||
$strDate = $date->format($this->getDateFormat());
|
$strDate = $date->format($this->getDateFormat());
|
||||||
|
|||||||
Reference in New Issue
Block a user