for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Jclyons52\PagePreview;
class Http implements HttpInterface
{
public function get($url)
return @file_get_contents($url);
}