Skip to content

Commit 3181446

Browse files
authored
Remove internal tag from Context::setStorage (#867)
This allows custom storage (eg for Swoole) to be used.
1 parent d48175b commit 3181446

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Context.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public static function createKey(string $key): ContextKeyInterface
3434
}
3535

3636
/**
37-
* @internal
38-
*
3937
* @param ContextStorageInterface&ExecutionContextAwareInterface $storage
4038
*/
4139
public static function setStorage(ContextStorageInterface $storage): void

0 commit comments

Comments
 (0)