Skip to content

Commit

Permalink
Update type-system.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 2, 2021
1 parent 3268b69 commit 4a35ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/developing-extensions/type-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Some advanced types are implemented by combining different types in an intersect
| `non-empty-string` | `PHPStan\Type\StringType` | `PHPStan\Type\Accessory\AccessoryNonEmptyStringType` |
| `numeric-string` | `PHPStan\Type\StringType` | `PHPStan\Type\Accessory\AccessoryNumericStringType` |
| `callable-string` | `PHPStan\Type\StringType` | `PHPStan\Type\CallableType` |
| `literal-string` | `PHPStan\Type\StringType` | `PHPStan\Type\Accessory\AccessoryLiteralStringType` |
| `non-empty-array` | `PHPStan\Type\ArrayType` | `PHPStan\Type\Accessory\NonEmptyArrayType` |
| After asking about `method_exists()` | Any object type | `PHPStan\Type\Accessory\HasMethodType` |
| After asking about `property_exists()` | Any object type | `PHPStan\Type\Accessory\HasPropertyType` |
Expand Down

0 comments on commit 4a35ae9

Please sign in to comment.