During the processing of any .php OR .uniter.php file, the first-found composer.lock file will be loaded. It will be used to create a map of namespaces and files, allowing us to emulate the autoloader during the static analysis.
- Look for
usestatements. - Look for
newstatements.
For a brief example, consider the following: