From 7b662b8de78a7d3a6b6095f0c738a7407091b82c Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Mon, 3 Jun 2024 12:43:46 +0300 Subject: [PATCH] UHF-9962: remove whitespace --- public/modules/custom/helfi_annif/src/RecommendationManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/custom/helfi_annif/src/RecommendationManager.php b/public/modules/custom/helfi_annif/src/RecommendationManager.php index 2e29db424..c17572b77 100644 --- a/public/modules/custom/helfi_annif/src/RecommendationManager.php +++ b/public/modules/custom/helfi_annif/src/RecommendationManager.php @@ -85,7 +85,7 @@ public function getRecommendations(EntityInterface $node): array { if (!$results || !is_array($results)) { return $response; } - + usort($results, function ($a, $b) { if ($a->created == $b->created) { return 0;