mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix typo
This commit is contained in:
parent
72c9bf8575
commit
c8b47b17bf
@ -2488,6 +2488,7 @@ class TaintTest extends TestCase
|
||||
'code' => '<?php
|
||||
echo pg_escape_string($conn, $_GET["a"]);',
|
||||
'error_message' => 'TaintedHtml',
|
||||
],
|
||||
'taintedReflectionClass' => [
|
||||
'code' => '<?php
|
||||
$name = $_GET["name"];
|
||||
|
Loading…
Reference in New Issue
Block a user