mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-29 21:14:29 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
eef26f7ae6
commit
639829f5c5
97 changed files with 305 additions and 185 deletions
|
@ -44,6 +44,7 @@ namespace App\DataTables\Column;
|
|||
|
||||
use DateTime;
|
||||
use DateTimeInterface;
|
||||
use Exception;
|
||||
use IntlDateFormatter;
|
||||
use Locale;
|
||||
use Omines\DataTablesBundle\Column\AbstractColumn;
|
||||
|
@ -58,7 +59,7 @@ class LocaleDateTimeColumn extends AbstractColumn
|
|||
/**
|
||||
* @param $value
|
||||
* @return bool|mixed|string
|
||||
* @throws \Exception
|
||||
* @throws Exception
|
||||
*/
|
||||
public function normalize($value): string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue