Skip to content

Commit 9de6a5a

Browse files
committed
style
1 parent 68372e3 commit 9de6a5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BaseUriPlugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class BaseUriPlugin implements Plugin
2020

2121
/**
2222
* @param UriFactory $factory
23-
* @param string $baseUri
23+
* @param string $baseUri
2424
*/
2525
public function __construct(UriFactory $factory, $baseUri)
2626
{
@@ -32,8 +32,8 @@ public function __construct(UriFactory $factory, $baseUri)
3232
* Handle the request and return the response coming from the next callable.
3333
*
3434
* @param RequestInterface $request
35-
* @param callable $next Next middleware in the chain, the request is passed as the first argument
36-
* @param callable $first First middleware in the chain, used to to restart a request
35+
* @param callable $next Next middleware in the chain, the request is passed as the first argument
36+
* @param callable $first First middleware in the chain, used to to restart a request
3737
*
3838
* @return Promise
3939
*/
@@ -56,4 +56,4 @@ public function handleRequest(RequestInterface $request, callable $next, callabl
5656

5757
return $next($request);
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)