1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00
psalm/docs/running_psalm/issues/InvalidClass.md
2020-03-19 12:32:49 -04:00

109 B

InvalidClass

Emitted when referencing a class with the wrong casing

class Foo {}
(new foo());