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