File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,19 @@ class ArrayLogger implements LoggingHandlerInterface
17
17
*/
18
18
public array $ logs = [];
19
19
20
+
20
21
public function __construct (Configuration $ config )
21
22
{
22
23
// don't do anything with the configuration
23
24
}
24
25
26
+
25
27
public function log (int $ level , string $ string ): void
26
28
{
27
29
$ this ->logs [$ level ][] = $ string ;
28
30
}
29
31
32
+
30
33
public function setLogFormat (string $ format ): void
31
34
{
32
35
// ignored
Original file line number Diff line number Diff line change 9
9
<!-- Do not allow unnecessary spaces inside arbitrary parentheses -->
10
10
<rule ref =" Generic.WhiteSpace.ArbitraryParenthesesSpacing" />
11
11
12
+ <autoload >vendor/slevomat/coding-standard/autoload-bootstrap.php</autoload >
12
13
<config name =" installed_paths" value =" vendor/slevomat/coding-standard" />
13
14
14
15
<!-- Use fully qualified class names in annotations and PHPdoc -->
You can’t perform that action at this time.
0 commit comments