fix: phpstan type error

This commit is contained in:
Shyim
2024-08-17 18:24:12 +02:00
committed by GitHub
parent c75dfad2dc
commit dfb4c933a7
+3
View File
@@ -117,6 +117,9 @@ class Container
return $this;
}
/**
* @param array<string> $cmd
*/
public function withCmd(array $cmd): self
{
$this->cmd = $cmd;