mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -13,11 +13,11 @@ namespace Chill\BudgetBundle\Calculator;
|
||||
|
||||
class CalculatorResult
|
||||
{
|
||||
public const TYPE_CURRENCY = 'currency';
|
||||
final public const TYPE_CURRENCY = 'currency';
|
||||
|
||||
public const TYPE_PERCENTAGE = 'percentage';
|
||||
final public const TYPE_PERCENTAGE = 'percentage';
|
||||
|
||||
public const TYPE_RATE = 'rate';
|
||||
final public const TYPE_RATE = 'rate';
|
||||
|
||||
public $label;
|
||||
|
||||
|
Reference in New Issue
Block a user