From 82a3901a6d68f088aff335a1bc88b9878e17e990 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 9 Mar 2022 21:26:46 +0100 Subject: Fix various psalm errors. --- includes/concert.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/concert.php') diff --git a/includes/concert.php b/includes/concert.php index 91fbe57..a8c71db 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -78,8 +78,8 @@ if ( !class_exists('GiglogAdmin_Concert') ) { /** * Return the concert with the given id. * - * @param int $id. - * @return null|self. + * @param int $id + * @return null|self */ static function get( int $id ) : ?self { -- cgit v1.2.3