Christophe Coevoet

Results 449 issues of Christophe Coevoet

### Feature request Here is a real-world example taken from the Scssphp 2.x-dev codebase (this is a simplified example as the Importer API has more methods in practice). ```php namespace...

feature-request

When clicking to go to the declaration of a translation, I expect to see a list with 1 entry per locale to go to the declaration for each locale. Since...

fixed

Currently, we still need to use `@Transform` in the phpdoc

When a field is a toMany relation, Doctrine relies on a special Collection implementation to track changes. A common mistake is a write a setter that replaces the collection entirely...

Currently, the resolution of doctrine types considers that any field that uses `enumType` will have a PHP type of `new ObjectType($enumType)` (potentially nullable depending on the nullability of the field)....

The `simple_array` type converts `NULL` database values to an empty array: https://github.com/doctrine/dbal/blob/3.6.1/src/Types/SimpleArrayType.php#L53-L57 This means that a nullable column does not mean that the PHP property needs to be nullable. This...

`\Symfony\Contracts\HttpClient\ResponseInterface::getInfo` defines the return type as `mixed` in phpdoc. However, when the value of the argument is known, we could have more precise info thanks to the type defined for...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no #### Summary When using the platform-aware schema comparison, the type comments...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no #### Summary Easy things to implement: - `Result::getColumnCount(): int` - `Result::getColumnName(int...

New Feature
Drivers
Results

## Description ## Steps to check or reproduce ```js const duration = 2500 const options = { bindto: element, data: { columns: [ ['fill', 0], ['background', 1] ], type: donut(),...

question
suggestion