Skip to content

Commit a78a3d5

Browse files
authored
Apply fixes from StyleCI (#19)
Co-authored-by: David Buchmann <dbu@users.noreply.github.com>
1 parent d0d41a3 commit a78a3d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/StopwatchPlugin.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ final class StopwatchPlugin implements Plugin
2424
*/
2525
private $stopwatch;
2626

27-
/**
28-
* @param Stopwatch $stopwatch
29-
*/
3027
public function __construct(Stopwatch $stopwatch)
3128
{
3229
$this->stopwatch = $stopwatch;
@@ -51,8 +48,6 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca
5148
/**
5249
* Generates the event name.
5350
*
54-
* @param RequestInterface $request
55-
*
5651
* @return string
5752
*/
5853
private function getStopwatchEventName(RequestInterface $request)

0 commit comments

Comments
 (0)