@@ -25,9 +25,9 @@ |
||
25 | 25 | { |
26 | 26 | |
27 | 27 | protected $fields = array( |
28 | - 'runtime' => null, // Request execution time. |
|
29 | - 'httpCode' => null, // HTTP response code. |
|
30 | - 'headerSize' => null, // Header block length. |
|
31 | - 'responseBody' => null, // Response body. |
|
28 | + 'runtime' => null, // Request execution time. |
|
29 | + 'httpCode' => null, // HTTP response code. |
|
30 | + 'headerSize' => null, // Header block length. |
|
31 | + 'responseBody' => null, // Response body. |
|
32 | 32 | ); |
33 | 33 | } |