Skip to content

Commit 5caa241

Browse files
committed
Add missing type specification
1 parent 2da0f7f commit 5caa241

File tree

1 file changed

+2
-0
lines changed
  • modules/os2forms_fbs_handler/src/Client

1 file changed

+2
-0
lines changed

modules/os2forms_fbs_handler/src/Client/FBS.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ public function createGuardian(Patron $patron, Guardian $guardian): int {
243243
*
244244
* @throws \GuzzleHttp\Exception\GuzzleException
245245
* @throws \JsonException
246+
*
247+
* @phpstan-param array<mixed>|string $data
246248
*/
247249
private function request(string $uri, array|string $data, string $method = Request::METHOD_POST): mixed {
248250
$url = rtrim($this->endpoint, '/\\');

0 commit comments

Comments
 (0)