mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
fd06167843
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.