Skip to content

Commit bf36578

Browse files
authored
Update AdvancedWebAppInterface.php
1 parent 9b2f015 commit bf36578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frdlweb/AdvancedWebAppInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function deleteShared(string $sharedId, string $appOrScheme);
5252
public function hasShared(string $sharedId, string $appOrScheme = null) : bool;
5353
public function hasContainer(): bool;
5454
public function terminate(int $timelimit = null);
55-
public function exec(string | array $args);
55+
public function exec(string | array $args, bool $needResultCode = false);
5656
/*
5757
//public function findAppDir(string $userdir = null, $create = false);
5858
public function main(string $alias = null);

0 commit comments

Comments
 (0)