X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FInput%2FSilentInput.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FInput%2FSilentInput.php;h=0da750d6905f14aeb34d306dec0e82d2886ac9be;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/psy/psysh/src/Psy/Input/SilentInput.php b/vendor/psy/psysh/src/Psy/Input/SilentInput.php new file mode 100644 index 000000000..0da750d69 --- /dev/null +++ b/vendor/psy/psysh/src/Psy/Input/SilentInput.php @@ -0,0 +1,44 @@ +inputString = $inputString; + } + + /** + * To. String. + * + * @return string + */ + public function __toString() + { + return $this->inputString; + } +}