Fix incompatible function declaration.

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

View File

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