mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
205fdd197e
* Wrap entrypoints into IIFE to protect their variables Fixes vimeo/psalm#5359 * Add tests for Psalm variable isolation * Capture environment before registering autoloader
6 lines
43 B
PHP
6 lines
43 B
PHP
<?php
|
|
|
|
use Some\Unknown\Clazz;
|
|
|
|
new Clazz;
|