for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\FriendlyContexts\Http\Factory;
use Guzzle\Plugin\Oauth\OauthPlugin;
class OauthPluginFactory
{
public function create(array $data = [])
return new OauthPlugin($data);
}