Skip to content

Commit 600a5e5

Browse files
committed
Fix stan
1 parent a00e032 commit 600a5e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Backend/Workspaces/WorkspacesCredentialsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testConnectByCredentials(): void
127127
}
128128
}
129129

130-
public function testCredentialsWithROAccess()
130+
public function testCredentialsWithROAccess(): void
131131
{
132132
$this->expectNotToPerformAssertions();
133133
$workspace = $this->initTestWorkspace(
@@ -156,7 +156,7 @@ public function testCredentialsWithROAccess()
156156
);
157157
}
158158

159-
public function testCredentialsWithoutROAccess()
159+
public function testCredentialsWithoutROAccess(): void
160160
{
161161
$workspace = $this->initTestWorkspace(
162162
options: ['backend' => 'snowflake', 'readOnlyStorageAccess' => false],

0 commit comments

Comments
 (0)