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 1010namespace Framework \Validation \Debug ;
1111
1212use Framework \Debug \Collector ;
13+ use Framework \Debug \Debugger ;
1314use Framework \Validation \Validation ;
1415use ReflectionMethod ;
1516
@@ -94,7 +95,7 @@ protected function renderValidations() : string
9495 <th>Errors Count</th>
9596 <th>Error Field</th>
9697 <th>Error Message</th>
97- <th title="Seconds ">Time</th>
98+ <th title="Milliseconds ">Time</th>
9899 </tr>
99100 </thead>
100101 <tbody>
@@ -114,7 +115,7 @@ protected function renderValidations() : string
114115 <td rowspan="<?= $ count ?> "><?= $ count ?> </td>
115116 <td><?= $ errors [0 ]['field ' ] ?? '' ?> </td>
116117 <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>
118119 </tr>
119120 <?php for ($ i = 1 ; $ i < $ count ; $ i ++): ?>
120121 <tr>
You can’t perform that action at this time.
0 commit comments