diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 2d52acd496..155441eb4e 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -15,7 +15,7 @@ $config = new PhpCsFixer\Config(); return $config->setRules([ '@PSR2' => true, - '@PHP81Migration' => true, + '@PHP82Migration' => true, 'method_argument_space' => ['on_multiline' => 'ignore'], 'no_unused_imports' => true, ]) diff --git a/app/cdash/include/filterdataFunctions.php b/app/cdash/include/filterdataFunctions.php index 2137e516df..6209a50f42 100644 --- a/app/cdash/include/filterdataFunctions.php +++ b/app/cdash/include/filterdataFunctions.php @@ -1079,13 +1079,13 @@ function get_filterdata_from_request($page_id = '') ]; for ($j = 1; $j <= $subfiltercount; ++$j) { $filter['filters'][] = parse_filter_from_request( - "field{$i}field{$j}", "field{$i}compare${j}", + "field{$i}field{$j}", "field{$i}compare{$j}", "field{$i}value{$j}", $filterdata); } $filters[] = $filter; } else { $filters[] = parse_filter_from_request( - "field{$i}", "compare${i}", "value{$i}", $filterdata); + "field{$i}", "compare{$i}", "value{$i}", $filterdata); } } diff --git a/composer.json b/composer.json index e45ee68a1c..9c9115e4c8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "wiki": "http://public.kitware.com/Wiki/CDash" }, "require": { - "php": "^8.1", + "php": "^8.2", "ext-bcmath": "*", "ext-curl": "*", "ext-fileinfo": "*", diff --git a/composer.lock b/composer.lock index 9e0a8c4019..bafffdedd2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "89a7e01829b83005f5a8c33621b2343d", + "content-hash": "843f5d7e5deff0009f55172fa7db4c93", "packages": [ { "name": "24slides/laravel-saml2", @@ -12582,7 +12582,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1", + "php": "^8.2", "ext-bcmath": "*", "ext-curl": "*", "ext-fileinfo": "*",