| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 4 | class ProfilingJsonResponse extends JsonResponse { |
||
| 5 | public $profiling = []; |
||
| 6 | |||
| 7 | 1 | public function setProfile(array $profiling) { |
|
| 9 | } |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param JsonResponse $jsonResponse |
||
| 13 | * @param array $data |
||
| 14 | * @return array|ProfilingJsonResponse |
||
| 15 | */ |
||
| 16 | 1 | public static function createFromPrevious(JsonResponse $jsonResponse, array $data) { |
|
| 20 | } |
||
| 21 | } |