Skip to content

Commit dda9180

Browse files
committed
cs fix
1 parent b002841 commit dda9180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/RemoteSite/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @method HealthCheckResponse checkHealth()
2323
* @method GetUpdateResponse getUpdate()
2424
* @method PrepareUpdateResponse prepareUpdate(array<string,string> $data)
25-
* @method FinalizeUpdateResponse finalizeUpdate(array<string,string> $data)
25+
* @method FinalizeUpdateResponse finalizeUpdate(array<string,string|null> $data)
2626
* @method NotificationResponse notificationSuccess(array<string,string> $data)
2727
* @method NotificationResponse notificationFailed(array<string,string> $data)
2828
*/

0 commit comments

Comments
 (0)