From 51e094990d86ec9adab88a752b548a94341ed7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joris=20Dugu=C3=A9?= Date: Mon, 29 Jan 2024 20:16:08 +0100 Subject: [PATCH] fix(chore): resolve problem with phpstan --- DependencyInjection/Configuration.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 83dfbcf..0388f9a 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -11,14 +11,13 @@ class Configuration implements ConfigurationInterface { /** * version of Symfony H5P bundle - * @return {string} + * @return string */ const H5P_VERSION = '2.1.0'; /** * Generates the configuration tree. - * - * @return TreeBuilder|NodeInterface + * @return TreeBuilder */ public function getConfigTreeBuilder(): TreeBuilder {