plotbox-io

Results 4 issues of plotbox-io

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Ultimate), v2021.5 | | Language level | e.g. PHP 8.1 | Current behaviour --...

##### Description Problem found in file: `modules/openapi-generator/src/main/resources/php-symfony/model_variables.mustache`. ``` {{#minimum}} {{#exclusiveMinimum}} * @Assert\GreaterThan({{minimum}}) {{/exclusiveMinimum}} {{^exclusiveMinimum}} * @Assert\GreaterThanOrEqual({{minimum}}) {{/exclusiveMinimum}} {{/minimum}} {{#maximum}} {{#exclusiveMaximum}} * @Assert\LessThan({{minimum}}) {{/exclusiveMaximum}} {{^exclusiveMaximum}} * @Assert\LessThanOrEqual({{minimum}}) {{/exclusiveMaximum}} {{/maximum}} ``` Looks...

Issue: Bug

Please see [here](https://github.com/symfony/panther/issues/283) for discussion context When doing E2E testing, it is common to need to login a user to perform certain actions. We often don't care about the login...

**Describe the bug** When scanning two PHP files that contain a duplicate block, but where one file also has a multi-line string before the block, the line number for the...

bug