Cees Geene

Results 5 issues of Cees Geene

As the status of version 2 is not clear to me, this is a PR against 1.x instead of the master branch. It would be nice if we could have...

It is possible the entity type class is abstract. For example the [quiz module](https://www.drupal.org/project/quiz) uses this for its QuizResultAnswer and QuizQuestion. When executing `drush php` on a site with the...

To be able to use `drush ssh` without arguments on hosts that don´t have bash installed, this PR allows to set the default command via config.

stat-needs-work
area-site-process

Resolves https://github.com/mglaman/phpstan-drupal/issues/369 Note this MR is a follow up on https://github.com/mglaman/phpstan-drupal/pull/785 Also please carefully review the `@property-read null $date`. Not sure if this is the best solution. Maybe we should...

# Feature request Using `@mixin` it is possible to explain that instances of FieldItemListInterface forward the properties its items: ```php /** * @template T of FieldItemInterface * @extends ListInterface *...

enhancement