mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
191 B
191 B
UnresolvableInclude
Emitted when Psalm cannot figure out what specific file is being included/required by PHP.
function requireFile(string $s) : void {
require_once($s);
}