Skip to content
Snippets Groups Projects

Fix phpcs

Merged Luca Lusso requested to merge fix_phpcs into 1.0.x
9 files
+ 30
23
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -28,7 +28,7 @@ class TraceableControllerResolver implements ControllerResolverInterface {
}
/**
* {@inheritdoc}
* Trace the time spent in the getController method.
*/
public function getController(Request $request): callable|FALSE {
$span = $this->tracer->start('get_controller', $request->getUri());
Loading