- 🇮🇹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.
- Status changed to Needs review
over 1 year ago 1:07pm 3 May 2023 - Status changed to Needs work
over 1 year ago 8:23pm 3 May 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+The module requires drupal/barcodes and tecnickcom/tc-lib-barcode. + For tecnickcom/tc-lib-barcode, the general packagist repo may be necessary.
The last line does not need to be indented.
+ /** + * The alias manager. + * + * @var Drupal\Core\Session\AccountInterface + */ + protected $currentUser;
The description is not correct.
- * constraints = {"LinkType" = {}, "LinkAccess" = {}, "LinkExternalProtocols" = {}, "LinkNotExistingInternal" = {}} + * constraints = {"LinkType" = {}, "LinkAccess" = {}, + * "LinkExternalProtocols" ={},"LinkNotExistingInternal" = {}}
The changed lines are not correctly formatted.
- if (!empty($entity) && in_array($entity->getEntityTypeId(), ['node', 'taxonomy_term', 'user', 'redirect'])) { + if (!empty($entity) && in_array($entity->getEntityTypeId(), [ + 'node', + 'taxonomy_term', + 'user', 'redirect', + ])) { $value = $entity->autoshortqr->view([
Control structure conditions may exceed 80 characters, if they are simple to read and understand → .
- Status changed to Needs review
over 1 year ago 2:34pm 12 September 2023 - Status changed to Closed: outdated
about 1 year ago 12:47pm 6 November 2023