diff options
-rw-r--r-- | build/integration/features/bootstrap/BasicStructure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index afd3fec27f4..0aead766f2a 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -259,7 +259,7 @@ trait BasicStructure { /** * @param ResponseInterface $response */ - private function extracRequestTokenFromResponse(\Psr\Http\Message\ResponseInterface $response) { + private function extracRequestTokenFromResponse(ResponseInterface $response) { $this->requestToken = substr(preg_replace('/(.*)data-requesttoken="(.*)">(.*)/sm', '\2', $response->getBody()->getContents()), 0, 89); } |