mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Add back necessary suppression
This commit is contained in:
parent
a6950c36e0
commit
364f8f1a01
@ -1293,6 +1293,7 @@ class UnusedVariableTest extends TestCase
|
||||
* @psalm-suppress MixedMethodCall
|
||||
* @psalm-suppress MissingParamType
|
||||
* @psalm-suppress MixedArgument
|
||||
* @psalm-suppress PossiblyNullArgument
|
||||
*/
|
||||
function foo($a): void {
|
||||
$m = $_GET["m"] ?? null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user