Skip to content

Commit 3e644f7

Browse files
committed
Fix linter
1 parent 57f7884 commit 3e644f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/VCS/Adapter/GiteaTest.php

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

1212
class GiteaTest extends Base
1313
{
14-
private static string $accessToken = '';
15-
private static string $owner = '';
14+
protected static string $accessToken = '';
15+
protected static string $owner = '';
1616

1717
protected function createVCSAdapter(): Git
1818
{

0 commit comments

Comments
 (0)