From d03ad8bf2edb98e3a6112702b5f5bb8c41b98f86 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 13 Jul 2020 20:43:48 +0100 Subject: [PATCH] Revert "Issue #3146016 by Beakerboy, daffie: Sort order not specified in view test_node_revision_uid, but results asserted to be in a specific order" This reverts commit 07f46cc092d4e81cdcb76adbed77e19aea428825. --- .../Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php b/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php index 8baa4a495a..55a8bba0b9 100644 --- a/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php +++ b/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php @@ -136,7 +136,7 @@ public function applyDefaultValue($notify = TRUE) { /** * Gets typed data for config entity. * - * @return \Drupal\Core\TypedData\TraversableTypedDataInterface + * @return \Drupal\Core\TypedData\ComplexDataInterface * The typed data. */ protected function getConfigTypedData() { -- GitLab