-
- PHPMD version: 2.15.0
- PHP Version: 8.1.23
- Installation type: composer
- Operating System / Distribution & Version: Ubuntu 22.04
### Current Behavior
Any of
```
Enum::from();
Enum::tryF…
-
### Describe the bug
The file paddle-php-sdk\src\Entities\Shared\Status.php has private "Active" and "Archived" fields when they should be public
### Steps to reproduce
Try to list products by usin…
-
##### Description
--Enum here refers to an enum declared in swagger, which turns into a php class.--
My generated php client api can't get an object that includes an enum property.
I haven't checked…
-
First things first: I really love the extension! It makes so many things so much easier!!!
Now to the Problem:
Lets assume you have a file `tests/Feature/Rules/CustomRule.php` (named wrongly inten…
-
Hello,
According this example :
```php
-
### What steps will reproduce the problem?
```php
$query->andWhere(['category_name' => CategoryEnum::blablacat])
```
### What is the expected result?
Am want suggest add logic to query for transf…
-
### Description
If `enum` is used for variable value and `type` is not used (docs for attributes say: `The attribute definition will contain, at a minimum, either a type or an enum.`), PHP throws a l…
-
##### Description
When generating clients for the Bungie OpenAPI v2 spec, certain enum types with unnamed integer values result in invalid constant names, consisting only of integers.
What I mea…
-
Even after accepting to [downgrade to nikic/php-parser v4.x](https://github.com/o0h/php-ast-check-diff/issues/8), I got this error when running the "check" command :
> PHP Fatal error: Uncaught V…
-
This works:
```
@OA\Schema(type="string", description=null)
```
this dont:
```
`#[OA\Schema(type: 'string', description:null)]`
```