File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
namespace Framework \Validation \Debug ;
11
11
12
12
use Framework \Debug \Collector ;
13
+ use Framework \Debug \Debugger ;
13
14
use Framework \Validation \Validation ;
14
15
use ReflectionMethod ;
15
16
@@ -94,7 +95,7 @@ protected function renderValidations() : string
94
95
<th>Errors Count</th>
95
96
<th>Error Field</th>
96
97
<th>Error Message</th>
97
- <th title="Seconds ">Time</th>
98
+ <th title="Milliseconds ">Time</th>
98
99
</tr>
99
100
</thead>
100
101
<tbody>
@@ -114,7 +115,7 @@ protected function renderValidations() : string
114
115
<td rowspan="<?= $ count ?> "><?= $ count ?> </td>
115
116
<td><?= $ errors [0 ]['field ' ] ?? '' ?> </td>
116
117
<td><?= $ errors [0 ]['error ' ] ?? '' ?> </td>
117
- <td rowspan="<?= $ count ?> "><?= \round ($ item ['end ' ] - $ item ['start ' ], 6 ) ?> </td>
118
+ <td rowspan="<?= $ count ?> "><?= Debugger:: roundSecondsToMilliseconds ($ item ['end ' ] - $ item ['start ' ]) ?> </td>
118
119
</tr>
119
120
<?php for ($ i = 1 ; $ i < $ count ; $ i ++): ?>
120
121
<tr>
You can’t perform that action at this time.
0 commit comments