File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Yii Framework 2 mongodb extension Change Log
443.0.1 under development
55----------------------- 
66
7- -  no changes  in this release. 
7+ -  Bug  # 356  Fixed error "implicit conversion from float"  in debug panel (squio) 
88
99
10103.0.0 September 04, 2022
Original file line number Diff line number Diff line change 2121 'label '  => 'Time ' ,
2222 'value '  => function  ($ data
2323 $ timeInSeconds$ data'timestamp ' ] / 1000 ;
24-  $ millisecondsDiffint ) (($ timeInSeconds( int )  $ timeInSeconds1000 );
24+  $ millisecondsDiffint ) (($ timeInSecondsfloor ( $ timeInSeconds) ) * 1000 );
2525
26-  return  date ('H:i:s. ' , $ timeInSecondssprintf ('%03d ' , $ millisecondsDiff
26+  return  date ('H:i:s. ' , floor ( $ timeInSeconds) ) . sprintf ('%03d ' , $ millisecondsDiff
2727 },
2828 'headerOptions '  => [
2929 'class '  => 'sort-numerical ' 
                         You can’t perform that action at this time. 
           
                  
0 commit comments