1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 13:21:22 +01:00

Update docs/running_psalm/issues/InvalidEnumCaseValue.md

This commit is contained in:
Bruce Weirdan 2022-11-10 20:26:37 -04:00 committed by GitHub
parent 6effd1bd2d
commit 0f528d05f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ enum Status: string
}
```
## Case with a type that back an enum
## Case with a type that cannot back an enum
Case type should be either `int` or `string`.