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 f6b6af4 commit be9811c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Connectors/Producer/ConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function testItShouldMakeSetup(): void

$connector = new Connector();
$handler = new class ('record', $producerConfigOptions) extends AbstractProducer implements HandleableResponseInterface {
/** @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter */
public function success(Message $message): void
{
}
Expand Down Expand Up @@ -83,6 +84,7 @@ public function testItShouldMakeSetupWithoutHandleResponse(): void

$connector = new Connector();
$handler = new class ('record', $producerConfigOptions) extends AbstractProducer implements HandlerInterface {
/** @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter */
public function success(Message $message): void
{
}
Expand Down

0 comments on commit be9811c

Please sign in to comment.