Skip to content

Commit 00568a4

Browse files
author
Kirill Nesmeyanov
committed
Add table notices
1 parent 9c18174 commit 00568a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Writerside/topics/language.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ Below is a list of conditional types.
446446

447447
Below is a list of literal types/lexemes.
448448

449+
<warning>This table is not yet formatted</warning>
450+
449451
| Code Example | TypeLang | Psalm | PHPStan |
450452
|-----------------------------------------------|----------------------------------------------|---------------------------------------------------|-------------------------------------------------------------------------------|
451453
| `true` or `false` | ✔️ | ✔️ | ✔️ |
@@ -474,6 +476,8 @@ Below is a list of literal types/lexemes.
474476

475477
Below is a list of grammar of shaped types.
476478

479+
<warning>This table is not yet formatted</warning>
480+
477481
| Code Example | TypeLang | Psalm | PHPStan |
478482
|------------------------------------------------|----------|----------------------------------------------------------------|-------------------------------------------------------------------------------|
479483
| Explicit Shape `Type{key:val}` | ✔️ | [⚠️ only `array` and `object`](https://psalm.dev/r/4ec6feecc1) | ✔️ |
@@ -490,6 +494,8 @@ Below is a list of grammar of shaped types.
490494

491495
Below is a list of grammar of callable (function) types.
492496

497+
<warning>This table is not yet formatted</warning>
498+
493499
| Code Example | TypeLang | Psalm | PHPStan |
494500
|-----------------------------------------------------------------------|-------------------|----------------------------------------------------|------------|
495501
| Simple Func `callable()` | ✔️ | ✔️ | ✔️ |

0 commit comments

Comments
 (0)