mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add back necessary suppression
This commit is contained in:
parent
70b8c8c0e4
commit
6334c50c07
@ -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…
Reference in New Issue
Block a user