mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Upgraded to PHP-CS-Fixer v3
This commit is contained in:
@@ -18,7 +18,9 @@ namespace Grocy\Helpers;
|
||||
class Grocycode
|
||||
{
|
||||
public const PRODUCT = 'p';
|
||||
|
||||
public const BATTERY = 'b';
|
||||
|
||||
public const CHORE = 'c';
|
||||
|
||||
public const MAGIC = 'grcy';
|
||||
@@ -29,7 +31,9 @@ class Grocycode
|
||||
public static $Items = [self::PRODUCT, self::BATTERY, self::CHORE];
|
||||
|
||||
private $type;
|
||||
|
||||
private $id;
|
||||
|
||||
private $extra_data = [];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user