chore: Аннотации к типам

This commit is contained in:
origami11@yandex.ru 2025-10-30 12:59:36 +03:00
parent 5e8958969f
commit f964472e62
28 changed files with 140 additions and 36 deletions

View file

@ -14,6 +14,7 @@ class Collection implements \ArrayAccess
* Преобразование массива в коллекцию
*
* @param array $data
* @return bool
*/
public function import(array $data)
{
@ -23,6 +24,8 @@ class Collection implements \ArrayAccess
/**
* Преобразование коллекции в массив
*
* @return array
*/
public function export()
{