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)