Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • f5d9fec8
    Issue #3123070 by Spokje, msuthars, quietone, longwave, jungle: Fix... · f5d9fec8
    catch authored
    Issue #3123070 by Spokje, msuthars, quietone, longwave, jungle: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard
+ 2
0
@@ -225,6 +225,8 @@
<!-- PSR-2 sniffs -->
<rule ref="PSR2.Classes.PropertyDeclaration">
<!-- Silence method name underscore warning which is covered already in
Drupal.Classes.PropertyDeclaration. -->
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
</rule>
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
Loading