Skip to content

Commit

Permalink
Merge branch 'main' into refactor-caching-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicmiljan authored Mar 9, 2024
2 parents fc1f300 + e11a354 commit 675a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/SensitiveParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* older PHP versions but enables forward compatibility with PHP 8.2 and newer.
*/

if (PHP_VERSION_ID < 80200) {
if (PHP_VERSION_ID < 80200 && !class_exists('SensitiveParameter')) {
#[Attribute(Attribute::TARGET_PARAMETER)]
final class SensitiveParameter
{
Expand Down

0 comments on commit 675a0e0

Please sign in to comment.