mirror of
https://github.com/danog/parser.git
synced 2024-12-04 10:27:58 +01:00
2 lines
177 B
Plaintext
2 lines
177 B
Plaintext
ForbiddenTypeUsedInProperty("Foo", "s", Union([String, Integer, Callable]), (4, 34)) -> Parse Error: Property Foo::$s cannot have type `string|int|callable` on line 4 column 34
|