Skip to content

Commit

Permalink
Feature Smile-SA#3256, phpcf warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed May 9, 2024
1 parent d4cef4e commit 2e8edf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public function getValue()
}

if ($this->getInputType() == 'date' && !$this->getIsValueParsed()) {
// date format intentionally hard-coded
// Date format intentionally hard-coded.
$date = $this->getData('value');
$date = (\is_numeric($date) ? '@' : '') . $date;
$this->setData(
Expand Down

0 comments on commit 2e8edf2

Please sign in to comment.