1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix style errors

This commit is contained in:
Brown 2020-04-09 23:24:40 -04:00
parent 1749c19a29
commit f4a6b24e34

View File

@ -55,6 +55,8 @@ use function strpos;
use function substr;
use Psalm\Issue\InvalidDocblock;
use Doctrine\Instantiator\Exception\UnexpectedValueException;
use function array_intersect_key;
use function array_merge;
class AssertionReconciler extends \Psalm\Type\Reconciler
{