Skip to content

Commit 72c74fd

Browse files
committed
Improve topics
1 parent e4b5084 commit 72c74fd

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Writerside/labels.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
The implementation of the functionality available for installation
1818
of "type-lang/reader" component
1919
</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>
2024

2125
<secondary-label id="psalm" name="Psalm" color="blue">
2226
Also partially or fully supported by Psalm Linter.

Writerside/topics/language/callable-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ _before the type_ or _before the parameter name._
235235
236236
## Attributes
237237
238+
<primary-label ref="experimental"/>
238239
<secondary-label ref="tl1.2"/>
239240
240241
Each callable parameter allows you to define list of additional attributes.

Writerside/topics/language/generic-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ In addition to modern list declarations such as `list<int>` or
163163
164164
## Attributes
165165
166+
<primary-label ref="experimental"/>
166167
<secondary-label ref="tl1.1"/>
167168
168169
Each template argument allows you to define list of additional attributes.

Writerside/topics/language/shape-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ array{
124124

125125
## Attributes
126126

127+
<primary-label ref="experimental"/>
127128
<secondary-label ref="tl1.1"/>
128129

129130
Each shape field allows you to define list of additional attributes.

0 commit comments

Comments
 (0)