Skip to content

Commit bdf9510

Browse files
committed
Added missing use statements
1 parent 10afa5a commit bdf9510

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Decorator/StopwatchDecorator.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616
use Symfony\Component\Stopwatch\Stopwatch;
1717
use Throwable;
1818
use function array_filter;
19+
use function implode;
1920
use function is_object;
2021
use function str_contains;
22+
use function str_replace;
23+
use function uniqid;
24+
use function var_export;
2125

2226
/**
2327
* @package App\Decorator

0 commit comments

Comments
 (0)