We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da0f7f commit 5caa241Copy full SHA for 5caa241
modules/os2forms_fbs_handler/src/Client/FBS.php
@@ -243,6 +243,8 @@ public function createGuardian(Patron $patron, Guardian $guardian): int {
243
*
244
* @throws \GuzzleHttp\Exception\GuzzleException
245
* @throws \JsonException
246
+ *
247
+ * @phpstan-param array<mixed>|string $data
248
*/
249
private function request(string $uri, array|string $data, string $method = Request::METHOD_POST): mixed {
250
$url = rtrim($this->endpoint, '/\\');
0 commit comments