mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Upgraded PHP-CS-Fixer / applied optimized rules
This commit is contained in:
@@ -8,9 +8,7 @@ use Psr\Http\Message\ResponseInterface as Response;
|
||||
class BaseApiController extends BaseController
|
||||
{
|
||||
const PATTERN_FIELD = '[A-Za-z_][A-Za-z0-9_]+';
|
||||
|
||||
const PATTERN_OPERATOR = '!?((>=)|(<=)|=|~|<|>|(§))';
|
||||
|
||||
const PATTERN_VALUE = '[A-Za-z\p{L}\p{M}0-9*_.$#^| -\\\]+';
|
||||
|
||||
protected $OpenApiSpec = null;
|
||||
|
Reference in New Issue
Block a user