mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
7079cff31c
The example as-is would currently not flag the following code: ``` public function foo() { $foo = $bad_data; \shell_exec($foo); } ``` Switching it to `bad_data` made it work.