эта штуковина не работает на 8.1.1
в либе aws есть класс class HandlerList implements \Countable
у него есть
#[\ReturnTypeWillChange]
public function count()
{
return count($this->steps[self::INIT])
+ count($this->steps[self::VALIDATE])
+ count($this->steps[self::BUILD])
+ count($this->steps[self::SIGN])
+ count($this->steps[self::ATTEMPT]);
}
и все равно получаю
Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Aws\HandlerList" now to avoid errors or add an explicit @return annotation to suppress this message.
Это уже deprecation из симфони. Симфони не смотрит на атрибут
Обсуждают сегодня