diff --git a/src/Stubs/InteractsWithInput.stubphp b/src/Stubs/InteractsWithInput.stubphp new file mode 100644 index 0000000..441069d --- /dev/null +++ b/src/Stubs/InteractsWithInput.stubphp @@ -0,0 +1,21 @@ + + + + + + + + + + + """ + And I have the following code preamble + """ + input('foo', false); + } + """ + When I run psalm + Then I see no errors