airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

PHP 8.1 compatibility (ReturnTypeWillChange)

Open samnabi opened this issue 4 years ago • 0 comments

Getting this error when using PHP 8.1:

Return type of TANIOS\Airtable\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Request.php:148

samnabi avatar Jan 29 '22 18:01 samnabi