We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bbab2 commit 4109efaCopy full SHA for 4109efa
lib/ArrayLogger.php
@@ -8,9 +8,7 @@
8
use SimpleSAML\Logger\LoggingHandlerInterface;
9
10
/**
11
- * @deprecated - superseeded by PSR-3 compliant SimpleTestLogger
12
*/
13
-#[Deprecated]
14
class ArrayLogger implements LoggingHandlerInterface
15
{
16
@@ -19,6 +17,7 @@ class ArrayLogger implements LoggingHandlerInterface
19
17
public array $logs = [];
20
18
21
+ #[\Deprecated('Superseeded by PSR-3 compliant SimpleTestLogger', '20-05-2023')]
22
public function __construct(Configuration $config)
23
24
// don't do anything with the configuration
0 commit comments