Fix incompatible function declaration.

This commit is contained in:
James Cole
2023-01-02 16:21:18 +01:00
parent ebd32e0e08
commit af8c127106

View File

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