Anteris-Dev / autotask-client

An HTTP client for the Autotask API built with PHP.
MIT License
23 stars 16 forks source link

syntax error, unexpected token \"[\", expecting variable #59

Closed qaxperts closed 2 years ago

qaxperts commented 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

aidan-casey commented 2 years ago

@qaxperts - Should be fixed in the latest release. Can you confirm?