Skip to content

Commit

Permalink
CLI-1292: [env:cron-copy] server can be an empty array
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 20, 2024
1 parent 9891088 commit 55e64a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Response/CronResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ class CronResponse
{
public string $id;

public ?object $server;
/**
* @var null[]|object
*/
public array|object $server;

public string $command;

Expand Down

0 comments on commit 55e64a7

Please sign in to comment.