Skip to content

Commit b89899b

Browse files
committed
style
1 parent a9e2627 commit b89899b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin/AddPathPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public function __construct(UriInterface $uri)
4141
* you are using the prefix "/api".
4242
*
4343
* Some of the other edge cases are:
44-
* - request objects can be reused,
44+
* - request objects can be reused
4545
* - plugin chains could be restarted
46-
* - multiple AddPathPlugins may exist in one chain.
46+
* - multiple AddPathPlugins may exist in one chain
4747
*
4848
* If one would like to cover all these scenarios one would have to add a custom
4949
* header to the request to indicate it has been rewritten by the plugin. This

0 commit comments

Comments
 (0)