Skip to content

Commit

Permalink
Add another comment about the logic around renamed and aliased (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Oct 16, 2023
1 parent 6c77af1 commit ad44973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ad44973

Please sign in to comment.