mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
197 B
197 B
UnresolvableInclude
Emitted when Psalm cannot figure out what specific file is being included/required by PHP.
<?php
function requireFile(string $s) : void {
require_once $s;
}