Skip to content

Commit

Permalink
refactor: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 25, 2021
1 parent 21c8a7b commit 2fdf429
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Assembly.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
class Assembly implements Iterator {
/** @var string[] Ordered list of file paths to load. */
private array $pathList;
/** @var array<string, mixed> KVP data to pass to Assembly parts. */
private array $data;
private int $iteratorIndex;
private ?string $functionName;

public function __construct() {
$this->pathList = [];
Expand Down

0 comments on commit 2fdf429

Please sign in to comment.