We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e2627 commit b89899bCopy full SHA for b89899b
src/Plugin/AddPathPlugin.php
@@ -41,9 +41,9 @@ public function __construct(UriInterface $uri)
41
* you are using the prefix "/api".
42
*
43
* Some of the other edge cases are:
44
- * - request objects can be reused,
+ * - request objects can be reused
45
* - plugin chains could be restarted
46
- * - multiple AddPathPlugins may exist in one chain.
+ * - multiple AddPathPlugins may exist in one chain
47
48
* If one would like to cover all these scenarios one would have to add a custom
49
* header to the request to indicate it has been rewritten by the plugin. This
0 commit comments