mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Fixed some inspection issues
This commit is contained in:
parent
a5cbe59a7c
commit
ba5ae35809
20 changed files with 35 additions and 36 deletions
|
@ -74,7 +74,7 @@ class LocaleDateTimeColumn extends AbstractColumn
|
|||
|
||||
return sprintf('<span title="%s">%s</span>',
|
||||
$long_formatter->format($value->getTimestamp()), //Long form
|
||||
$formatter->format($value->getTimestamp()), //Short form
|
||||
$formatter->format($value->getTimestamp()) //Short form
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue