Skip to content

Commit 2517a10

Browse files
committed
add visibility modifier and type to constants in tests
1 parent d4fb3a8 commit 2517a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/Logs/TestLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class TestLog
1010
{
11-
const BASE_PATH = __DIR__ . "/../../data/";
11+
protected const string BASE_PATH = __DIR__ . "/../../data/";
1212
protected string $logPath;
1313

1414
/**
@@ -110,4 +110,4 @@ public function getLogPath(): string
110110
{
111111
return $this->logPath;
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)