Skip to content

Commit 2d7fb3c

Browse files
Build(deps-dev): Bump the dev-dependencies group with 2 updates (#939)
* Build(deps-dev): Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan). Updates `friendsofphp/php-cs-fixer` from 3.73.1 to 3.75.0 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.73.1...v3.75.0) Updates `phpstan/phpstan` from 2.1.8 to 2.1.11 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](phpstan/phpstan@2.1.8...2.1.11) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.75.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rom1-B <rbiot@teclib.com>
1 parent 694b643 commit 2d7fb3c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"symfony/yaml": "^5.4"
55
},
66
"require-dev": {
7-
"friendsofphp/php-cs-fixer": "^3.70",
7+
"friendsofphp/php-cs-fixer": "^3.75",
88
"glpi-project/tools": "^0.7.4",
99
"php-parallel-lint/php-parallel-lint": "^1.4",
1010
"phpstan/extension-installer": "^1.4",

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/field.form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
$field->check($_POST['id'], UPDATE);
5555
$field->update($_POST);
5656
Html::back();
57-
} elseif (isset($_GET['id'])) {
57+
} else {
5858
$field->check($_GET['id'], READ);
5959

6060
Html::header(PluginFieldsField::getTypeName(1), $_SERVER['PHP_SELF']);

0 commit comments

Comments
 (0)