We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f225b commit 356d864Copy full SHA for 356d864
1 file changed
README.md
@@ -157,7 +157,7 @@ $request = \Laminas\Diactoros\ServerRequestFactory::fromGlobals(
157
);
158
159
/*/ Remove the `/data` prefix from the path /*/
160
-$changedPath = substr($request->getUri()->getPath(), 5)));
+$changedPath = substr($request->getUri()->getPath(), 5);
161
$request = $request->withUri($request->getUri()->withPath($changedPath));
162
163
/*/ Handle the request /*/
0 commit comments