Fix incompatible function declaration.

This commit is contained in:
James Cole
2023-01-02 16:24:35 +01:00
parent af8c127106
commit 6784fe4436

View File

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