Skip to content
Snippets Groups Projects
Verified Commit 49373ed7 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3511759 by quietone, borisson_: Enable...

Issue #3511759 by quietone, borisson_: Enable 'Drupal.Commenting.DocComment.ShortNotCapital' coding standard for callbacks
parent 784effb3
No related branches found
No related tags found
1 merge request!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
Pipeline #447516 passed with warnings
Pipeline: drupal

#447534

    Pipeline: drupal

    #447523

      Pipeline: drupal

      #447517

        ......@@ -62,9 +62,6 @@
        <exclude name="Drupal.Commenting.DocComment.LongFullStop"/>
        <exclude name="Drupal.Commenting.DocComment.MissingShort"/>
        </rule>
        <rule ref="Drupal.Commenting.DocComment">
        <exclude-pattern>core/tests/*</exclude-pattern>
        </rule>
        <rule ref="Drupal.Commenting.DocCommentAlignment"/>
        <rule ref="Drupal.Commenting.DocCommentLongArraySyntax"/>
        <rule ref="Drupal.Commenting.DocCommentStar"/>
        ......
        ......@@ -92,9 +92,7 @@ public function testRenderRecursionWithNestedRender(): void {
        }
        /**
        * ::renderInIsolation() may be called from anywhere.
        *
        * Including from inside of another ::renderRoot() call.
        * Tests that renderRoot() can be called from anywhere including recursively.
        *
        * @covers ::renderRoot
        * @covers ::renderInIsolation
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment