Skip to content

Commit 393bc32

Browse files
author
Ahmed Raafat
committed
Fix conflicts
1 parent 83f42b0 commit 393bc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Stopwatch/StopwatchEvent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ public function getName(): string
250250
{
251251
return $this->name;
252252
}
253-
254-
public function __toString()
253+
254+
public function __toString(): string
255255
{
256256
return sprintf('%s/%s: %.2F MiB - %d ms', $this->getCategory(), $this->getName(), $this->getMemory() / 1024 / 1024, $this->getDuration());
257257
}

0 commit comments

Comments
 (0)