Skip to content

Commit

Permalink
style: supress phpcs typehing warning
Browse files Browse the repository at this point in the history
Signed-off-by: hcdias <huferreira@leroymerlin.com.br>
  • Loading branch information
hcdias committed Oct 9, 2023
1 parent d886eb4 commit f6b6af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Console/ConfigOptionsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ class ConfigOptionsCommand extends BaseCommand
{
/**
* @var {inheritdoc}
* @phpcsSuppress SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingAnyTypeHint
*/
protected $name = 'kafka:consume-config-class';

/**
* @var {inheritdoc}
* @phpcsSuppress SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingAnyTypeHint
*/
protected $description = 'Consumes something with a based class config';

/**
* @var {inheritdoc}
* @phpcsSuppress SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingAnyTypeHint
*/
protected $signature = 'kafka:consume-config-class
{handler : handler.}
Expand Down

0 comments on commit f6b6af4

Please sign in to comment.