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 4dc5873 commit e1c5c42Copy full SHA for e1c5c42
app/RemoteSite/Connection.php
@@ -23,7 +23,7 @@
23
* @method HealthCheckResponse checkHealth()
24
* @method GetUpdateResponse getUpdate()
25
* @method PrepareUpdateResponse prepareUpdate(array<string,string> $data)
26
- * @method FinalizeUpdateResponse finalizeUpdate(array<string,string> $data)
+ * @method FinalizeUpdateResponse finalizeUpdate(array<string,string|null> $data)
27
* @method NotificationResponse notificationSuccess(array<string,string> $data)
28
* @method NotificationResponse notificationFailed(array<string,string> $data)
29
*/
0 commit comments