From 95776d309beecf72aa8f204313cfd8a2ff7b7acc Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 14 Aug 2023 12:27:00 +0200 Subject: [PATCH] Controller::storage(): Only return an instance of `LegacyStorage` --- library/Businessprocess/Web/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/Web/Controller.php b/library/Businessprocess/Web/Controller.php index 4f618b2..de07e4c 100644 --- a/library/Businessprocess/Web/Controller.php +++ b/library/Businessprocess/Web/Controller.php @@ -248,7 +248,7 @@ class Controller extends CompatController } /** - * @return LegacyStorage|Storage + * @return LegacyStorage */ protected function storage() {