2025-02-21
A couple of phpcs
related changes.
It covers commits from 2025-02-20 on 11.x
branch.
#3498297 - 5dc03f8a3defdf47c4e3dbd8b2ad5d4e4accc4be
Enables phpcs
’
Drupal.Commenting.ClassComment.Missing
in test modules and
fixes remaining non-compliant cases.
#3507043 - 6793be991e510790e12fde94edf138f81a7239fc
Turns on phpcs
’s
DrupalPractice.Objects.GlobalFunction
.
$ git log --oneline --reverse --since=2025-02-19T23:59:59+00:00 --until=2025-02-21T00:00:00+00:00
6793be991e5 Issue #3507043 by quietone: Enable DrupalPractice.Objects.GlobalFunction
5dc03f8a3de Issue #3498297 by shalini_jha, quietone: Fix 'Drupal.Commenting.ClassComment.Missing' in test modules
$ git diff --shortstat 6793be991e5~1..5dc03f8a3de
49 files changed, 146 insertions(+), 8 deletions(-)