Skip to content
Snippets Groups Projects
Verified Commit cf46b0dc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3456425 by mondrake, alexpott: FormStateInterface::setError*() PHPDoc are incorrect

(cherry picked from commit 82a5a701)
parent 24c1497a
No related branches found
No related tags found
11 merge requests!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear,!10301Issue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login...,!10187Issue #3487488 by dakwamine: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) like foo.0.zip,!9929Issue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for...,!9787Resolve issue 3479427 - bootstrap barrio issue under Windows,!9742Issue #3463908 by catch, quietone: Split OptionsFieldUiTest into two,!9526Issue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan,...,!8949Backport .gitlabci.yml changes.,!6502Draft: Resolve #2938524 "Plach testing issue",!38582585169-10.1.x,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key
Pipeline #218687 passed with warnings
Pipeline: drupal

#218725

    Pipeline: drupal

    #218719

      Pipeline: drupal

      #218707

        +1
        ......@@ -536,7 +536,7 @@ public static function hasAnyErrors();
        * element is ['foo', 'bar', 'baz'] then you may set an error on 'foo'
        * or 'foo][bar][baz'. Setting an error on 'foo' sets an error for every
        * element where the #parents array starts with 'foo'.
        * @param string $message
        * @param string|\Stringable $message
        * (optional) The error message to present to the user.
        *
        * @return $this
        ......@@ -548,7 +548,7 @@ public function setErrorByName($name, $message = '');
        *
        * @param array $element
        * The form element.
        * @param string $message
        * @param string|\Stringable $message
        * (optional) The error message to present to the user.
        *
        * @return $this
        ......
        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