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

This commit is contained in:
origami11@yandex.ru 2025-10-22 17:48:37 +03:00
parent e2ba6bd46e
commit e5713e9015
28 changed files with 305 additions and 110 deletions

View file

@ -7,7 +7,7 @@ use GdImage;
class Image
{
/**
* @param $uri
* @param string $uri
* @return GdImage|false
*/
static function load($uri): GdImage|false