Problem/Motivation
Found an error in the type declaration of $value
in \Drupal\views\Plugin\views\query\Sql::addWhere
. It defines string|null
but should also allow for array
as explained in the argument description.
Found this by a failing PhpStan test for next minor in the DANSE project: https://git.drupalcode.org/project/danse/-/jobs/3904122