Skip to content
Snippets Groups Projects
Verified Commit 1325be71 authored by Jess's avatar Jess
Browse files

Issue #3384759 by DieterHolvoet, xjm: Return type of NodeInterface::getTitle() should be nullable

parent 5ce054a4
Branches
Tags
Loading
Pipeline #25368 failed
Pipeline: drupal

#25378

    Pipeline: drupal

    #25376

      Pipeline: drupal

      #25375

        +1
        ......@@ -54,8 +54,9 @@ public function getType();
        /**
        * Gets the node title.
        *
        * @return string
        * Title of the node.
        * @return string|null
        * Title of the node, or NULL if the node doesn't yet have a title (for
        * example, if a new node is being previewed).
        */
        public function getTitle();
        ......
        • Jess @xjm

          mentioned in commit 4f69c82e

          ·

          mentioned in commit 4f69c82e

          Toggle commit list
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment