File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 17
17
The implementation of the functionality available for installation
18
18
of "type-lang/reader" component
19
19
</primary-label >
20
+ <primary-label id =" experimental" name =" Special Feature" short-name =" Extra" color =" tangerine" >
21
+ This is a unique functionality that is not supported by other popular
22
+ third-party tools (e.g. PHPStan or Psalm) and has no alternatives.
23
+ </primary-label >
20
24
21
25
<secondary-label id =" psalm" name =" Psalm" color =" blue" >
22
26
Also partially or fully supported by Psalm Linter.
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ _before the type_ or _before the parameter name._
235
235
236
236
## Attributes
237
237
238
+ <primary-label ref="experimental"/>
238
239
<secondary-label ref="tl1.2"/>
239
240
240
241
Each callable parameter allows you to define list of additional attributes.
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ In addition to modern list declarations such as `list<int>` or
163
163
164
164
## Attributes
165
165
166
+ < primary - label ref = " experimental" / >
166
167
< secondary - label ref = " tl1.1" / >
167
168
168
169
Each template argument allows you to define list of additional attributes .
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ array{
124
124
125
125
## Attributes
126
126
127
+ <primary-label ref =" experimental " />
127
128
<secondary-label ref =" tl1.1 " />
128
129
129
130
Each shape field allows you to define list of additional attributes.
You can’t perform that action at this time.
0 commit comments