mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
fix parse
This commit is contained in:
parent
1c1e352e5f
commit
d8fcd783c8
@ -1162,7 +1162,6 @@ class UnusedCodeTest extends TestCase
|
||||
$a = new A();
|
||||
echo $a->getVal(null);',
|
||||
],
|
||||
,
|
||||
'NotUnusedWhenThrows' => [
|
||||
'<?php
|
||||
declare(strict_types=1);
|
||||
|
Loading…
Reference in New Issue
Block a user