diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php
index afd3fec27f481013872dc93769aa15fb33c1a743..0aead766f2af944bc743cfd64253e70180c4b3a4 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);
 	}