Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 23, 2023
1 parent e658bfd commit ab50a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ContactLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function __construct(

public function transform(): \Generator
{
$lookup = null;
$line = yield new EmptyResultBucket();

/* @phpstan-ignore-next-line */
Expand Down
1 change: 1 addition & 0 deletions src/OrderLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function __construct(

public function transform(): \Generator
{
$lookup = null;
$line = yield new EmptyResultBucket();

/* @phpstan-ignore-next-line */
Expand Down

0 comments on commit ab50a2b

Please sign in to comment.