Skip to content

Commit

Permalink
Merge pull request #26 from onliner/fix-internal
Browse files Browse the repository at this point in the history
Fixed internal for Context
  • Loading branch information
scharniauski authored Feb 21, 2022
2 parents 550544c + ac6a341 commit 295f49a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

use Onliner\CommandBus\Message\MessageIterator;

/**
* @internal
*/
final class Context
{
/**
Expand All @@ -27,6 +24,8 @@ final class Context
private $options;

/**
* @internal
*
* @param Dispatcher $dispatcher
* @param MessageIterator<array> $deferred
* @param array<mixed> $options
Expand Down

0 comments on commit 295f49a

Please sign in to comment.