File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -446,6 +446,8 @@ Below is a list of conditional types.
446446
447447Below 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
475477Below 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
491495Below 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() ` | ✔️ | ✔️ | ✔️ |
You can’t perform that action at this time.
0 commit comments