Линтовка

This commit is contained in:
2026-01-03 01:12:18 +08:00
parent ddc4374dd6
commit aabad9d744
20 changed files with 224 additions and 190 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* Copyright (c) 2025, Антон Аксенов
* This file is part of m3u.su project
@@ -98,7 +99,7 @@ class TwigExtention extends AbstractExtension
*/
public function toDate(?float $timestamp, string $format = 'd.m.Y H:i:s'): string
{
return $timestamp === null ? '' : date($format, (int)$timestamp);
return $timestamp === null ? '' : date($format, (int) $timestamp);
}
public function arrayValues($value, ...$args)