1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

fix parse

This commit is contained in:
orklah 2021-11-22 21:38:25 +01:00
parent 1c1e352e5f
commit d8fcd783c8

View File

@ -1162,7 +1162,6 @@ class UnusedCodeTest extends TestCase
$a = new A();
echo $a->getVal(null);',
],
,
'NotUnusedWhenThrows' => [
'<?php
declare(strict_types=1);