Skip to content

Commit 6425fa1

Browse files
author
Sergey Surkov
committed
timer jsonSerialize fix php8.2
1 parent 0945439 commit 6425fa1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"symbiotic/ui_backend": "1.4.*"
66
},
77
"license": "MIT",
8-
"version": "1.4.1.2",
8+
"version": "1.4.1.3",
99
"autoload": {
1010
"psr-4": {
1111
"Symbiotic\\Develop\\": "src/"

src/Services/Debug/Timer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static function readableElapsedTime($microtime, $format = null, $round =
134134
return sprintf($format, $time, $unit);
135135
}
136136

137-
public function jsonSerialize()
137+
public function jsonSerialize():mixed
138138
{
139139
return $this->getTimers();
140140
}

0 commit comments

Comments
 (0)