Skip to content

Commit b29c094

Browse files
committed
Add class constants to lang support page
1 parent 01afd29 commit b29c094

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Writerside/topics/language.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,39 +40,23 @@ General table across all type parsing capabilities
4040
<td>
4141
<icon src="phpstan.png" height="16"/>&nbsp;<a href="https://github.com/phpstan">PHPStan</a>
4242
</td>
43-
<td>
44-
<icon src="phan.png" height="16"/>&nbsp;<a href="https://github.com/phan">PHAN</a>
45-
</td>
46-
<td>
47-
<icon src="phpdocumentor.png" height="16"/>&nbsp;<a href="https://github.com/phpDocumentor">phpDocumentor</a>
48-
</td>
4943
</tr>
5044
<tr>
5145
<td>
5246
<note>
53-
<format style="bold" color="DarkSeaGreen">56/56</format>
47+
<format style="bold" color="DarkSeaGreen">57/57</format>
5448
</note>
5549
</td>
5650
<td>
5751
<warning>
58-
<format style="bold" color="RosyBrown">39/56</format>
52+
<format style="bold" color="RosyBrown">40/57</format>
5953
</warning>
6054
</td>
6155
<td>
6256
<warning>
63-
<format style="bold" color="RosyBrown">43/56</format>
57+
<format style="bold" color="RosyBrown">44/57</format>
6458
</warning>
6559
</td>
66-
<td>
67-
<tip>
68-
<format style="bold" color="DarkGray">?/56</format>
69-
</tip>
70-
</td>
71-
<td>
72-
<tip>
73-
<format style="bold" color="DarkGray">?/56</format>
74-
</tip>
75-
</td>
7660
</tr>
7761
</table>
7862

@@ -246,21 +230,37 @@ Below is a list of simple, logical and other common types.
246230
</deflist>
247231
</td>
248232
</tr>
233+
<tr>
234+
<td colspan="4">
235+
<a href="const-types.md">
236+
Class constants
237+
</a>
238+
<code-block lang="typescript">
239+
ClassName::CONSTANT_NAME
240+
</code-block>
241+
</td>
242+
</tr>
243+
<tr>
244+
<td></td>
245+
<td><icon src="ok.svg"/></td>
246+
<td><icon src="ok.svg"/></td>
247+
<td><icon src="ok.svg"/></td>
248+
</tr>
249249
<tr>
250250
<td></td>
251251
<td>
252252
<note>
253-
<format style="bold" color="DarkSeaGreen">7/7</format>
253+
<format style="bold" color="DarkSeaGreen">8/8</format>
254254
</note>
255255
</td>
256256
<td>
257257
<warning>
258-
<format style="bold" color="RosyBrown">6/7</format>
258+
<format style="bold" color="RosyBrown">7/8</format>
259259
</warning>
260260
</td>
261261
<td>
262262
<note>
263-
<format style="bold" color="DarkSeaGreen">7/7</format>
263+
<format style="bold" color="DarkSeaGreen">8/8</format>
264264
</note>
265265
</td>
266266
</tr>

0 commit comments

Comments
 (0)