2024-12-27
A vendor bump around phpstan
and an internal improvement
for dblog
.
It covers commits from 2024-12-24 on 11.x
branch.
#3476175 - 1c773fed04512ee111bd2cf99666d496042ea827
Changes how dblog filter internal logic works to use condition objects.
Improves MongoDB compatibility.
#3486713 - 220988979f7d2d20184f3d1f5c26fb47f025844b
Bumps phpstan-drupal
to support 2.x
series,
that supports phpstan
’s 2.x
series.
$ git log --oneline --reverse --since=2024-12-23T23:59:59+00:00 --until=2024-12-25T00:00:00+00:00
220988979f7 Issue #3486713 by ptmkenny, mondrake, spokje: Bump PHPStan to version 2.0.4
1c773fed045 Issue #3476175 by daffie, rajneeshb, smustgrave, dagmar: Change the filter in the overview page of the dblog module to a condition object
$ git diff --shortstat 220988979f7~1..1c773fed045
12 files changed, 10937 insertions(+), 10295 deletions(-)