This commit is contained in:
Yuri Kuznetsov
2021-04-21 14:13:08 +03:00
parent 50db978fa2
commit efd64ecded
33 changed files with 246 additions and 160 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ class Pusher implements WampServerInterface
private $phpExecutablePath;
public function __construct(
array $categoriesData = [], ?string $phpExecutablePath = null, bool $isDebugMode = false
array $categoriesData = [],
?string $phpExecutablePath = null,
bool $isDebugMode = false
) {
$this->categoryList = array_keys($categoriesData);
$this->categoriesData = $categoriesData;