We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
null
1 parent 89abf0f commit d6e0c70Copy full SHA for d6e0c70
src/LdapSyncCommand.php
@@ -241,9 +241,9 @@ public function configure(): void
241
* @param InputInterface $input Input interface
242
* @param OutputInterface $output Output interface
243
*
244
- * @return int|null Error code, or null/zero for success
+ * @return int Error code, or null/zero for success
245
*/
246
- public function execute(InputInterface $input, OutputInterface $output): ?int
+ public function execute(InputInterface $input, OutputInterface $output): int
247
{
248
$this->output = $output;
249
$this->logger = new ConsoleLogger($output);
0 commit comments