Skip to content

Commit 06d7c73

Browse files
committed
Fixed coding style
1 parent f4a9047 commit 06d7c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arachne/Codeception/Tracy/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Logger extends Extension
1111
{
1212

13-
static $events = [
13+
public static $events = [
1414
Events::TEST_FAIL => 'testFail',
1515
Events::TEST_ERROR => 'testError',
1616
];

0 commit comments

Comments
 (0)