From ad4497361ac093ca42ade534839bb0722d27b608 Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Mon, 16 Oct 2023 22:07:29 +0200 Subject: [PATCH] Add another comment about the logic around renamed and aliased (#25) --- src/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.php b/src/Config.php index c387932..96a2e41 100644 --- a/src/Config.php +++ b/src/Config.php @@ -61,6 +61,7 @@ public function setConfig($config) } } // Also make sure to set the block list config from the deprecated part. + // Plus alternative spelling from allow list. $renamed_and_aliased = [ 'blacklist' => 'blocklist', 'block_list' => 'blocklist',