Skip to content

Commit

Permalink
Improve topics
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Oct 10, 2024
1 parent e4b5084 commit 72c74fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Writerside/labels.list
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
The implementation of the functionality available for installation
of "type-lang/reader" component
</primary-label>
<primary-label id="experimental" name="Special Feature" short-name="Extra" color="tangerine">
This is a unique functionality that is not supported by other popular
third-party tools (e.g. PHPStan or Psalm) and has no alternatives.
</primary-label>

<secondary-label id="psalm" name="Psalm" color="blue">
Also partially or fully supported by Psalm Linter.
Expand Down
1 change: 1 addition & 0 deletions Writerside/topics/language/callable-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ _before the type_ or _before the parameter name._
## Attributes
<primary-label ref="experimental"/>
<secondary-label ref="tl1.2"/>
Each callable parameter allows you to define list of additional attributes.
Expand Down
1 change: 1 addition & 0 deletions Writerside/topics/language/generic-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ In addition to modern list declarations such as `list<int>` or
## Attributes
<primary-label ref="experimental"/>
<secondary-label ref="tl1.1"/>
Each template argument allows you to define list of additional attributes.
Expand Down
1 change: 1 addition & 0 deletions Writerside/topics/language/shape-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ array{

## Attributes

<primary-label ref="experimental"/>
<secondary-label ref="tl1.1"/>

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

0 comments on commit 72c74fd

Please sign in to comment.