Closed qaxperts closed 2 years ago
syntax error, unexpected token \"[\", expecting variable anteris-dev/autotask-client/src/API/TicketNoteAttachments/TicketNoteAttachmentEntity.php "line": 20
public ?byte[] $data; = This is not working with php 8.0
public $id; public ?string $data;
Both id and data declared twice in TicketNoteAttachmentEntity.php file
@qaxperts - Should be fixed in the latest release. Can you confirm?
syntax error, unexpected token \"[\", expecting variable anteris-dev/autotask-client/src/API/TicketNoteAttachments/TicketNoteAttachmentEntity.php "line": 20
public ?byte[] $data; = This is not working with php 8.0
public $id; public ?string $data;
Both id and data declared twice in TicketNoteAttachmentEntity.php file