mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Cleanup
This commit is contained in:
parent
1e2e2248d9
commit
73a340fde8
@ -2314,14 +2314,6 @@ class TaintTest extends TestCase
|
||||
',
|
||||
'error_message' => 'TaintedShell',
|
||||
],
|
||||
'shellExecBacktickConcatInt' => [
|
||||
'code' => '<?php
|
||||
|
||||
$input = (int) $_GET["input"];
|
||||
$x = `ls /path/$input`;
|
||||
',
|
||||
'error_message' => 'TaintedShell',
|
||||
],
|
||||
/*
|
||||
// TODO: Stubs do not support this type of inference even with $this->message = $message.
|
||||
// Most uses of getMessage() would be with caught exceptions, so this is not representative of real code.
|
||||
|
Loading…
Reference in New Issue
Block a user