Skip to content

Commit 62dfa4d

Browse files
committed
Add messaging on command run
1 parent 5927dd6 commit 62dfa4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Command/CheckCommand.php

+10
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,16 @@ protected function execute(InputInterface $input, OutputInterface $output): int
271271
unlink($configuration);
272272

273273
$output->writeln('<comment>Return PHPStan exit code</comment>', OutputInterface::VERBOSITY_DEBUG);
274+
275+
$output->writeln('Thanks for using <info>drupal-check</info>!');
276+
$output->writeln('');
277+
$output->writeln('Consider sponsoring the development of the maintainers which make <options=bold>drupal-check</> possible:');
278+
$output->writeln('');
279+
$output->writeln('- <options=bold>phpstan (ondrejmirtes)</>: https://github.com/sponsors/ondrejmirtes');
280+
$output->writeln('- <options=bold>phpstan-deprecation-rules (ondrejmirtes))</>: https://github.com/sponsors/ondrejmirtes');
281+
$output->writeln('- <options=bold>phpstan-drupal (mglaman))</>: https://github.com/sponsors/mglaman');
282+
$output->writeln('- <options=bold>drupal-check (mglaman))</>: https://github.com/sponsors/mglaman');
283+
274284
return $process->getExitCode();
275285
}
276286
}

0 commit comments

Comments
 (0)