mirror of
https://github.com/danog/psalm.git
synced 2024-12-11 16:59:45 +01:00
8 lines
104 B
Markdown
8 lines
104 B
Markdown
|
# UndefinedConstant
|
|||
|
|
|||
|
Emitted when referencing a constant that doesn’t exist
|
|||
|
|
|||
|
```php
|
|||
|
echo FOO_BAR;
|
|||
|
```
|