-
### What Happened
When I use a dataset with Enum, Pest interprets it as if no dataset has been provided.
> ERROR A test with the description '`pest datasets break with Enum` → it should work w…
-
### Description
The following code:
```php
interface I
{
public string $x { get; }
}
enum E implements I
{
}
```
Resulted in this output:
```
PHP Fatal error: Enum E must imple…
-
Hi @davidcole1340,
I'm wondering why php 8 enums were not implemented, is there some issue with defining an enum in an extension?
Asking because I am currently working on it and would be interested …
estk updated
11 months ago
-
##### Description
Enums returns invalid code
```php
public function getFailureReasonAllowableValues()
{
return [
self::FAILURE_REASON_EXPIRED_CARD
se…
-
Hello,
It would be very nice that Jane handles php 8.1 backed enums since they exist in [openapi spec](https://swagger.io/docs/specification/data-models/enums/).
Maybe this kind of spec openapi
…
-
je ne sais pas si les fixtures sont toujours raccord avec le schéma 🤔
`[critical] Error thrown while running command "doctrine:fixtures:load --no-interaction". Message: "An error occurred while ge…
-
### Description
Hello,
I really like the Workflow component, but not his yaml configuration. Constants in yaml are too verbose, as is passing config to php format. So I tried to create three attri…
-
I have a proposal: right now we require to list manually all types that we want to integrate with doctrine inside `elao_enum.yaml` file.
Let's introduce a new attribute `Elao\Attribute\DBALType`.
``…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
In the new AHB documents for UTILMD Strom 2.0 (filename: `UTILMDAHBStrom-informatorischeLesefassung2.0_99991231_20250404.docx`) there are tables which we would like to extract.
We will call them `q…