Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Mar 2, 2022
1 parent ade49a7 commit e2bb87b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/TemplateChangesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ final class TemplateChangesCommand extends Command
/** @var GitInterface */
private $gitClient;

/** @psalm-suppress PropertyNotSetInConstructor */
private string $toVersion;

/** @psalm-suppress PropertyNotSetInConstructor */
private string $fromVersion;

public function __construct(GitInterface $gitClient, string $rootPath, string $name = null)
Expand Down

0 comments on commit e2bb87b

Please sign in to comment.