for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: kotenko
* Date: 28.08.2015
* Time: 15:01
*/
namespace samsonframework\psr;
* HTTP Response
* @package samsonframework\psr
class Response extends \Zend\Diactoros\Response
{
}