- Issue created by @vimal_nadar
- Issue was unassigned.
- Status changed to Needs review
over 2 years ago 4:48pm 20 April 2023 - last update
over 2 years ago 92 pass - Status changed to RTBC
over 2 years ago 9:13am 21 April 2023 - 🇬🇧United Kingdom lesleyfernandes
The changes are fine. Maintainers should check if it is good to go or not.
- Status changed to Needs work
over 2 years ago 4:18pm 21 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary should always describe what the issue is trying to fix and, in the case, of coding standards issues, show which command has been used, which arguments have been used, and which report that command shown.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
- $language = (isset($message['language']) ? $message['language'] : language_default()); + $language = $message['language'] ?? language_default();
The null coalescing operator requires PHP 7, but Drupal 7's minimum PHP version is lower. The current code is already corrected. The used rulesets are for Drupal 8 and higher, not Drupal 7.
- Status changed to Needs review
over 2 years ago 7:50am 22 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Changes are done to files contained in a branch, not a tag. The version I set is correct.
- Status changed to Closed: duplicate
over 2 years ago 8:24am 22 April 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Also, another issue has been already created for the same purpose, two days ago.