-
**Describe the bug**
In version 3.1.6 was added support for search on 2 level nested fields. It's fine, I've tested it and it works, but author completely forgot about enums fields which could be add…
-
## Short story:
After a https://github.com/minkphp/Mink/pull/856 change (included in Mink 1.11.0 release) the `switchToIFrame` method signature was massively (`DriverInterface`, `CoreDriver`, `Sele…
-
https://psalm.dev/r/765bf3d566
As this is behind a condition I would not expect an error when running psalm in other versions, but there is an UndefinedConstant
-
The module breaks Silverstripe 4+ site if you are using utf8mb4 unicode which requires full 4 bytes.
Although not tested (I simply removed this module and can have a look later), I guess the issue i…
selay updated
5 years ago
-
### Rationale
Some methods may have signatures based on other methods. One particular example is Laravel's [`Dispatchable` trait](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Founda…
-
### Description
- **Goal**: For representing "ENUMs" in semantic metadata models, it would be **preferable use URIs from existing (controlled) vocabularies**
- **References**: To aid in the discover…
-
- Larastan Version: 2.9.8
- Laravel Version: 11.22.0
### Description
After upgrade phpstan to a version greater than 1.12.0 casted enums, array, customs casts are not treated as casted typ…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.14.3
#### Summary
Invalid parameters binding while persisting new entity with OneToOneRel…
-
Untuk materi awal ini Anda diminta untuk membuat API CRUD Category dan API CRUD Product, yang mana di dalam entitas Product mempunyai relasi ke entitas Category. Ketentuannya 1 Product hanya boleh mem…
-
I'm currently looking at Scala's collections API and one thing that stands out to me is that its collections are separated, at their broadest level, by mutable and immutable. This is something I need …