improve php applying rector rules

This commit is contained in:
2023-07-06 21:45:29 +02:00
parent 9b6e6ec20f
commit 93a598b549
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace Chill\CalendarBundle\Exception;
class UserAbsenceSyncException extends \LogicException
{
public function __construct(string $message = "", int $code = 20230706, ?\Throwable $previous = null)
public function __construct(string $message = "", int $code = 20_230_706, ?\Throwable $previous = null)
{
parent::__construct($message, $code, $previous);
}