From 115724622fa32e1b7981e378e87ccfb770450cb1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 23 Apr 2023 11:58:15 +0200 Subject: PHPStan Level 7 for ten more files (#5327) * PHPStan Level 7 for nine more files * Minor syntax * One more --- app/views/user/details.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/user/details.phtml') diff --git a/app/views/user/details.phtml b/app/views/user/details.phtml index d5cfe731c..3387584eb 100644 --- a/app/views/user/details.phtml +++ b/app/views/user/details.phtml @@ -28,14 +28,14 @@
- details['feed_count']) ?> + details['feed_count'] ?: 0) ?>
- details['article_count']) ?> + details['article_count'] ?: 0) ?>
-- cgit v1.2.3