for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the PPI Framework.
*
* @copyright Copyright (c) 2011-2015 Paul Dragoonis <[email protected]>
* @license http://opensource.org/licenses/mit-license.php MIT
* @link http://www.ppi.io
*/
namespace PPI\Framework\Http;
use Symfony\Component\HttpFoundation\Request as SymfonyHttpRequest;
* HTTP Request encapsulation.
* @author Paul Dragoonis <[email protected]>
* @author Vítor Brandão <[email protected]>
class Request extends SymfonyHttpRequest
{
}