From 7b6e86d9dc8bca91d66197e5ac16d54760f88024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 12 Nov 2020 17:22:35 +0100 Subject: [PATCH] Add docblock --- src/Tenancy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tenancy.php b/src/Tenancy.php index 968493c0..864c00f0 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -105,6 +105,7 @@ class Tenancy /** * Run a callback in the central context. + * Atomic, safely reverts to previous context. * * @param callable $callback * @return mixed