52a53,55 > /** @var string */ > private $themeToDeploy; > 85a89 > * @param string $themeToDeploy 93c97,98 < $isDryRun = false --- > $isDryRun = false, > $themeToDeploy = '' 98a104 > $this->themeToDeploy = $themeToDeploy; 133a140 > if ($this->themeToDeploy && !strpos($themePath, '/' . $this->themeToDeploy)) continue;