the php string type is lowercase

This commit is contained in:
Shish
2023-08-17 18:12:36 +01:00
committed by Shish
parent e2dba09353
commit aa8de9d420
10 changed files with 30 additions and 29 deletions

View File

@ -13,7 +13,7 @@ class CommandBuilder
private array $args = [];
public array $output;
public function __construct(String $executable)
public function __construct(string $executable)
{
if (empty($executable)) {
throw new \InvalidArgumentException("executable cannot be empty");