From 1effb462f257a28f079cf8146b1ea7485e704cf8 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 13 Jul 2020 20:44:06 +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 32c22ef9d9140ae93613a26ee1c21cfa8765ff93. --- .../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