-
There ~might be~ are other missing enums, but this one stood out to me:
https://developers.google.com/wallet/reference/rest/v1/transitclass#TransitClass.TransitType
Since I'm the maintainer of [ey…
-
Hi Elizabeth,
I wanted to try out cairo under php 7.1, but suddenly i got an error. Setting the Fillrule, Antialias (or any other enum) under php 7.0.x works fine, but under 7.1 it raises an TypeEr…
-
With the recent approval of native enums landing in PHP 8.1, I have been thinking how does that affect to this library, and I see these possible scenarios.
#### Doctrine starts supporting native en…
-
https://github.com/jsonrainbow/json-schema/pull/518 added the dependency to `icecave/parity`.
In https://github.com/composer/composer/pull/12039#issuecomment-2229072029 it was recommended to check …
W0rma updated
1 month ago
-
```
If you open http://wan24.de/test/phpwsdl2/demo.php?WSDL Definition for DemoEnum
is shown, but if I run the demo.php from the latest trunk there is no enum
shown, neither is it found in the sourc…
-
```
If you open http://wan24.de/test/phpwsdl2/demo.php?WSDL Definition for DemoEnum
is shown, but if I run the demo.php from the latest trunk there is no enum
shown, neither is it found in the sourc…
-
```
If you open http://wan24.de/test/phpwsdl2/demo.php?WSDL Definition for DemoEnum
is shown, but if I run the demo.php from the latest trunk there is no enum
shown, neither is it found in the sourc…
-
**Describe the bug**
Enum passed to validator resulting some dependant rules not working, for example: `required_if`
```php
enum ItemType: string
{
case SKU = "sku";
case VOUCHER…
eslym updated
2 years ago
-
**@prettier/plugin-php v0.19.4**
[Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR…
-
Current implementation of [spi.h](https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/hardware_spi/include/hardware/spi.h) does not support setting Frame Format FRF. According to RP2040…