This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ declare(strict_types=1);
namespace Snowflake\Core;
use JetBrains\PhpStorm\Pure;
/**
* Class DateFormat
@@ -96,7 +96,7 @@ class DateFormat
* @param null $endTime
* @return string
*/
#[Pure] public static function mtime($startTime, $endTime = null)
public static function mtime($startTime, $endTime = null)
{
if ($endTime === null) {
$endTime = microtime(true);