From ec79e03125c1d2477e43dde8528535d90cc78379 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 20 Jul 2022 13:50:25 +0200 Subject: [PATCH 1/2] Fix CS --- Definition/BaseNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Definition/BaseNode.php b/Definition/BaseNode.php index 5ca123925..673cfaf60 100644 --- a/Definition/BaseNode.php +++ b/Definition/BaseNode.php @@ -203,7 +203,7 @@ public function setRequired(bool $boolean) * You can use %node% and %path% placeholders in your message to display, * respectively, the node name and its complete path */ - public function setDeprecated(?string $package/*, string $version, string $message = 'The child node "%node%" at path "%path%" is deprecated.' */) + public function setDeprecated(?string $package/* , string $version, string $message = 'The child node "%node%" at path "%path%" is deprecated.' */) { $args = \func_get_args(); From 892d941b1074f4b6fe2bcb6b1f9302caa8bc941c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 1 Jan 2023 09:32:19 +0100 Subject: [PATCH 2/2] Bump license year to 2023 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 88bf75bb4..008370457 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2022 Fabien Potencier +Copyright (c) 2004-2023 Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal