mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
134 B
134 B
MissingFile
Emitted when using include
or require
on a file that does not exist
<?php
require("nonexistent.php");