From 3f6aa42b817145a3b00f4d615f87728b55c4413a Mon Sep 17 00:00:00 2001
From: Alexandre Alapetite
Date: Sat, 1 Jan 2022 11:26:56 +0100
Subject: Fix most PHPDocs errors (#4107)
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103
https://phpstan.org/writing-php-code/phpdoc-types
---
app/views/index/logs.phtml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'app/views/index')
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index a8e78810c..bb11f9f69 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -11,7 +11,10 @@
- logsPaginator->items(); ?>
+ $items */
+ $items = $this->logsPaginator->items();
+ ?>
--
cgit v1.2.3