File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/helpers/MetaFormats/Attributes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
use Attribute ;
7
7
8
8
/**
9
- * Attribute used to annotate format definition properties.
9
+ * Attribute used to annotate format definition properties representing path parameters .
10
10
*/
11
11
#[Attribute(Attribute::TARGET_PROPERTY )]
12
12
class FPath extends FormatParameterAttribute
Original file line number Diff line number Diff line change 6
6
use Attribute ;
7
7
8
8
/**
9
- * Attribute used to annotate format definition properties.
9
+ * Attribute used to annotate format definition properties representing post parameters .
10
10
*/
11
11
#[Attribute(Attribute::TARGET_PROPERTY )]
12
12
class FPost extends FormatParameterAttribute
Original file line number Diff line number Diff line change 6
6
use Attribute ;
7
7
8
8
/**
9
- * Attribute used to annotate format definition properties.
9
+ * Attribute used to annotate format definition properties representing query parameters .
10
10
*/
11
11
#[Attribute(Attribute::TARGET_PROPERTY )]
12
12
class FQuery extends FormatParameterAttribute
You can’t perform that action at this time.
0 commit comments