mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°8017 - Security - dependabot - Symfony's VarDumper vulnerable to un… (#731)
Upgrade all Symfony components to last security fix (~6.4.0)
This commit is contained in:
@@ -36,7 +36,7 @@ class Section
|
||||
* @param float|null $origin Set the origin of the events in this section, use null to set their origin to their start time
|
||||
* @param bool $morePrecision If true, time is stored as float to keep the original microsecond precision
|
||||
*/
|
||||
public function __construct(float $origin = null, bool $morePrecision = false)
|
||||
public function __construct(?float $origin = null, bool $morePrecision = false)
|
||||
{
|
||||
$this->origin = $origin;
|
||||
$this->morePrecision = $morePrecision;
|
||||
|
||||
Reference in New Issue
Block a user