type hint fix

This commit is contained in:
Dennis Eichhorn 2023-09-21 03:39:53 +00:00
parent 40b794d880
commit e579f1ab30

View File

@ -105,7 +105,7 @@ abstract class ResponseAbstract implements \JsonSerializable, MessageInterface
*
* @param string $key Data key
*
* @return ?array
* @return null|array
*
* @since 1.0.0
*/