Skip to content

Commit 98bda51

Browse files
author
Igor Hrcek
committed
feat: Code improvements
1 parent 535fa4f commit 98bda51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SecureCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function blockAccess(array $args, array $assoc_args): void
240240

241241
if (in_array($blockPart, ['all', 'sensitive-files'])) {
242242
WP_CLI::debug('Blocking access to the sensitive files.', 'secure');
243-
if(isset($assoc_args['files'])) {
243+
if (isset($assoc_args['files'])) {
244244
(new BlockAccessToCustomSensitiveFiles($assoc_args))->output();
245245
} else {
246246
(new BlockAccessToSensitiveFiles($assoc_args))->output();

0 commit comments

Comments
 (0)