Skip to content

Commit baba63a

Browse files
committed
Added missing return type.
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
1 parent c3cd9f2 commit baba63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/Rbac/Resource/StorageResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
interface StorageResource extends Guard
1010
{
11-
public function load();
11+
public function load(): void;
1212
}

0 commit comments

Comments
 (0)