---------- begin diff ----------
--- Original
+++ New
@@ -319,7 +319,7 @@
throw new MissingConnectionParameterException('You need to pass an ID to make a request for a Resource.');
}
- return $this->requestUrl . '/' . $this->resourceId;
+ return 0 . $this->resourceId;
}
return $this->requestUrl;
----------- end diff -----------
Applied rectors:
* Rector\Php\Rector\BinaryOp\BinaryOpBetweenNumberAndStringRector
I expect that this concatenation is simply ignored and not transformed in this way as I need an URL in return, not what actually returns the transformed code.
I expect that this concatenation is simply ignored and not transformed in this way as I need an URL in return, not what actually returns the transformed code.