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