fix: Аннотация типов

This commit is contained in:
origami11@yandex.ru 2025-11-06 11:59:54 +03:00
parent 540805ae35
commit 87fc94d700
3 changed files with 9 additions and 11 deletions

View file

@ -5,8 +5,8 @@ namespace ctiso;
class Arr {
/**
* @param array<mixed> $data
* @param string $key
* @param array<string|int, mixed> $data
* @param string|int $key
* @param mixed $default
* @return mixed
*/