✨
$container->import('../config/services/*.yaml');
и как сказал Дмитрий, на мелкие файлы дроблю
Size: a a a
✨
fn
/**
* @var int
* @Assert\Type(type="integer")
* @Assert\NotBlank()
*/
private $id;
VM
fn
The type of the \"id\" attribute for class \"App\\Http\\Request\\PostDeliveryRequest\" must be one of \"int\" (\"string\" given).
fn
VM
VM
fn
VM
fn
/**
* @return int
*/
public function getId()
{
return $this->id;
}
/**
* @param int $id
*/
public function setId($id): self
{
$this->id = $id;
return $this;
}
fn
VM
КГ
AT
fn
fn
fn
/**
* @var int
* @Assert\Type(type="integer")
* @Assert\NotBlank()
*/
private $id;
VM
fn
VM