mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 09:19:40 +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;
|
||
```
|