Fix incompatible function declaration.

This commit is contained in:
James Cole 2023-01-02 16:24:35 +01:00
parent af8c127106
commit 6784fe4436
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -49,7 +49,7 @@ trait ConvertsDataTypes
* @param mixed $key
* @return mixed
*/
abstract public function has($key): mixed;
abstract public function has($key);
/**
* Return integer value.
*