for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mdb\PayPal\Ipn;
class InputStream
{
public function getContents() : string
return file_get_contents('php://input');
}