Skip to content

Commit e1c5c42

Browse files
committed
cs fix
1 parent 4dc5873 commit e1c5c42

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
@@ -23,7 +23,7 @@
2323
* @method HealthCheckResponse checkHealth()
2424
* @method GetUpdateResponse getUpdate()
2525
* @method PrepareUpdateResponse prepareUpdate(array<string,string> $data)
26-
* @method FinalizeUpdateResponse finalizeUpdate(array<string,string> $data)
26+
* @method FinalizeUpdateResponse finalizeUpdate(array<string,string|null> $data)
2727
* @method NotificationResponse notificationSuccess(array<string,string> $data)
2828
* @method NotificationResponse notificationFailed(array<string,string> $data)
2929
*/

0 commit comments

Comments
 (0)