From f1ec752c0f392b644e08a62a857beb610df1af1e Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 6 Dec 2021 08:25:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/StopwatchPlugin.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/StopwatchPlugin.php b/src/StopwatchPlugin.php index 5e574a5..96d35a2 100644 --- a/src/StopwatchPlugin.php +++ b/src/StopwatchPlugin.php @@ -24,9 +24,6 @@ final class StopwatchPlugin implements Plugin */ private $stopwatch; - /** - * @param Stopwatch $stopwatch - */ public function __construct(Stopwatch $stopwatch) { $this->stopwatch = $stopwatch; @@ -51,8 +48,6 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca /** * Generates the event name. * - * @param RequestInterface $request - * * @return string */ private function getStopwatchEventName(RequestInterface $request)