Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / entity_browser / src / EntityBrowserInterface.php
index cfad3254aa1cffca6c89c68a8417a2c0f03dec32..09a5e867388f2c86fd70596e44d8367d48da887e 100644 (file)
@@ -123,8 +123,8 @@ interface EntityBrowserInterface extends ConfigEntityInterface {
   /**
    * Gets first widget based on weights.
    *
-   * @return string
-   *   First widget instance ID.
+   * @return string|null
+   *   First widget instance ID or NULL if no widgets are available.
    */
   public function getFirstWidget();