File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function onRequest(RequestEvent $event)
36
36
->addTag (new SpanKindServerTag ())
37
37
->addTag (new SymfonyComponentTag ())
38
38
->addTag (new SymfonyVersionTag ())
39
- ->start (1000000 * ( int ) $ request ->server ->get ('REQUEST_TIME_FLOAT ' , microtime (true )))
39
+ ->start (( int )( 1000000 * $ request ->server ->get ('REQUEST_TIME_FLOAT ' , microtime (true ) )))
40
40
->finish ();
41
41
42
42
return $ this ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function start(Request $request): GlobalSpanHandler
43
43
new SymfonyComponentTag (),
44
44
new SymfonyVersionTag (),
45
45
]
46
- )->start (1000000 * ( int ) $ request ->server ->get ('REQUEST_TIME_FLOAT ' , microtime (true )));
46
+ )->start (( int )( 1000000 * $ request ->server ->get ('REQUEST_TIME_FLOAT ' , microtime (true ) )));
47
47
48
48
return $ this ;
49
49
}
You can’t perform that action at this time.
0 commit comments