mirror of
https://github.com/danog/psalm.git
synced 2024-12-13 17:57:37 +01:00
10 lines
111 B
Markdown
10 lines
111 B
Markdown
# UndefinedConstant
|
||
|
||
Emitted when referencing a constant that doesn’t exist
|
||
|
||
```php
|
||
<?php
|
||
|
||
echo FOO_BAR;
|
||
```
|