mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 09:17:26 +00:00
Upgraded to PHP-CS-Fixer v3
This commit is contained in:
@@ -9,7 +9,9 @@ class BaseApiController extends BaseController
|
||||
protected $OpenApiSpec = null;
|
||||
|
||||
const PATTERN_FIELD = '[A-Za-z_][A-Za-z0-9_]+';
|
||||
|
||||
const PATTERN_OPERATOR = '!?(=|~|<|>|(>=)|(<=)|(§))';
|
||||
|
||||
const PATTERN_VALUE = '[A-Za-z_0-9.$#^|]+';
|
||||
|
||||
public function __construct(\DI\Container $container)
|
||||
|
Reference in New Issue
Block a user