mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 11:55:00 +01:00
Bring back correct taint
This commit is contained in:
parent
b05f08d652
commit
96987686d7
@ -17,10 +17,4 @@ class HeaderBag implements \IteratorAggregate, \Countable
|
||||
* @psalm-taint-source input
|
||||
*/
|
||||
public function __toString() {}
|
||||
|
||||
/**
|
||||
* @psalm-taint-source input
|
||||
* @psalm-mutation-free
|
||||
*/
|
||||
public function get(string $key, string $default = null): ?string {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user