Skip to content

Commit 4109efa

Browse files
committed
Fix deprecation-attribute
1 parent 50bbab2 commit 4109efa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ArrayLogger.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
use SimpleSAML\Logger\LoggingHandlerInterface;
99

1010
/**
11-
* @deprecated - superseeded by PSR-3 compliant SimpleTestLogger
1211
*/
13-
#[Deprecated]
1412
class ArrayLogger implements LoggingHandlerInterface
1513
{
1614
/**
@@ -19,6 +17,7 @@ class ArrayLogger implements LoggingHandlerInterface
1917
public array $logs = [];
2018

2119

20+
#[\Deprecated('Superseeded by PSR-3 compliant SimpleTestLogger', '20-05-2023')]
2221
public function __construct(Configuration $config)
2322
{
2423
// don't do anything with the configuration

0 commit comments

Comments
 (0)