Skip to content

Commit cecff5d

Browse files
derrabusnicolas-grekas
authored andcommitted
Fix inconsistent return points.
1 parent 25d44de commit cecff5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Command/InitAclCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
109109
}
110110

111111
$output->writeln('ACL tables have been initialized successfully.');
112+
113+
return null;
112114
}
113115
}

Command/UserPasswordEncoderCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
168168
}
169169

170170
$errorIo->success('Password encoding succeeded');
171+
172+
return null;
171173
}
172174

173175
/**

0 commit comments

Comments
 (0)