Answer the question
In order to leave comments, you need to log in
How to set attribute formatting in PHPStorm?
Hello! Tell me, can anyone come across, is there a way to set the transfer of parameters when using PHP attributes, like "Function declaration parameters -> Chop down if long"?
Now like this:
#[ORM\Column(type: Types::STRING, length: 100, unique: true, nullable: true, options: ['comment' => 'Довольно длинное описание колонки в БД'])]
#[ORM\Column(
type: Types::STRING,
length: 100,
unique: true,
nullable: true,
options: ['comment' => 'Довольно длинное описание колонки в БД']
)]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question