- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Is this really a problem? 🤔 Tempted to close this 😇
- Status changed to Postponed: needs info
3 months ago 11:57am 14 August 2024 - 🇳🇿New Zealand quietone
We now have this in the related coding standard is
Methods and class properties should use lowerCamel naming. In Drupal 8, properties of configuration entities are exempt of these conventions. Those properties are allowed to use underscores.
And the sniff Drupal.NamingConventions.ValidVariableName.LowerCamelName is enabled. The exceptions are ignore like this
// phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName protected $migration_tags = [];
I am inclined to agree with @Wim Leers, that this can be closed. Anyone disagree?