Parameter has to be float
This commit is contained in:
parent
e4c95efd80
commit
cea2b13075
|
@ -165,11 +165,11 @@ class Profiler implements ContainerInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the rendertime string
|
* Returns the rendertime string
|
||||||
* @param int $limit Minimal limit for displaying the execution duration
|
* @param float $limit Minimal limit for displaying the execution duration
|
||||||
*
|
*
|
||||||
* @return string the rendertime
|
* @return string the rendertime
|
||||||
*/
|
*/
|
||||||
public function getRendertimeString(int $limit = 0)
|
public function getRendertimeString(float $limit = 0)
|
||||||
{
|
{
|
||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user