Skip to content

Commit a815185

Browse files
committed
fix redundant namespace
Signed-off-by: Robin Appelman <[email protected]>
1 parent fe23bb5 commit a815185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/integration/features/bootstrap/BasicStructure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function theContentTypeShouldbe($contentType) {
259259
/**
260260
* @param ResponseInterface $response
261261
*/
262-
private function extracRequestTokenFromResponse(\Psr\Http\Message\ResponseInterface $response) {
262+
private function extracRequestTokenFromResponse(ResponseInterface $response) {
263263
$this->requestToken = substr(preg_replace('/(.*)data-requesttoken="(.*)">(.*)/sm', '\2', $response->getBody()->getContents()), 0, 89);
264264
}
265265

0 commit comments

Comments
 (0)