mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 02:27:59 +01:00
ea52b9d23a
While I was searching for some code, ran across these.
10 lines
110 B
Markdown
10 lines
110 B
Markdown
# UndefinedConstant
|
|
|
|
Emitted when referencing a constant that does not exist
|
|
|
|
```php
|
|
<?php
|
|
|
|
echo FOO_BAR;
|
|
```
|