Skip to content

Commit

Permalink
ignore phpstan for request conf
Browse files Browse the repository at this point in the history
  • Loading branch information
frets1700 committed Mar 14, 2024
1 parent d2aadac commit c50cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function patchExtensionForEvent(string $id, OpenTypeExtension $extension,
->events()
->byEventId($id)
->extensions()
->post($extension, $requestConfiguration)
->post($extension, $requestConfiguration) // @phpstan-ignore-line
->wait();

return $extension instanceof OpenTypeExtension;
Expand Down

0 comments on commit c50cc60

Please sign in to comment.