Response
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 5
Bugs 2 Features 3
Metric Value
wmc 0
c 5
b 2
f 3
lcom 0
cbo 1
dl 0
loc 4
1
<?php
0 ignored issues
show
Coding Style introduced by
End of line character is invalid; expected "\n" but found "\r\n"
Loading history...
2
/**
3
 * Created by PhpStorm.
4
 * User: kotenko
5
 * Date: 28.08.2015
6
 * Time: 15:01
7
 */
8
namespace samsonframework\psr;
9
10
/**
11
 * HTTP Response
12
 * @package samsonframework\psr
13
 */
14
class Response extends \Zend\Diactoros\Response
15
{
16
17
}
18