From 99a47c3da4a9ab2309e75a27f0e4a986e682873c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 22 Jan 2019 21:41:07 +0100 Subject: [PATCH] Add important comment --- src/TenantManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TenantManager.php b/src/TenantManager.php index b722f1fc..b703eb08 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -229,7 +229,7 @@ class TenantManager // If $uuid is the uuid of the current tenant, put // the value into the $this->tenant array as well. - $target = []; + $target = []; // black hole if (($this->tenant['uuid'] ?? null) === $uuid) { $target = &$this->tenant; }