From 13791029f2203eec6dee94481a7de25948f995ed Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Sat, 2 Dec 2023 00:45:51 +0100 Subject: [PATCH] Apply code style --- composer.json | 4 ++-- src/DependencyInjection/Configuration.php | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0f0df30f..b139a279 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpstan/phpstan-doctrine": "^1.3.12", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-symfony": "^1.2.9", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^9.6.14", "ruflin/elastica": "^6.0|^7.2", "symfony/browser-kit": "^6.1.3|^7.0", "symfony/css-selector": "^6.1.3|^7.0", @@ -79,7 +79,7 @@ "phpstan/extension-installer": true } }, - "minimum-stability": "beta", + "minimum-stability": "stable", "extra": { "branch-alias": { "dev-master": "0.8-dev" diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index 2f20ad77..2dd02fbf 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -20,9 +20,6 @@ class Configuration implements ConfigurationInterface { - /** - * @return TreeBuilder - */ public function getConfigTreeBuilder(): TreeBuilder { $treeBuilder = new TreeBuilder('datatables');