We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7540105 commit ddc45d5Copy full SHA for ddc45d5
src/Jobs/CreateTunnel.php
@@ -73,7 +73,7 @@ protected function createTunnel()
73
* Verifies whether the tunnel is active or not.
74
* @return bool
75
*/
76
- protected function verifyTunnel(): bool
+ protected function verifyTunnel()
77
{
78
return $this->runCommand($this->ncCommand);
79
}
@@ -83,7 +83,7 @@ protected function verifyTunnel(): bool
83
* @param $command
84
85
86
- protected function runCommand($command): bool
+ protected function runCommand($command)
87
88
$return_var = 1;
89
exec($command, $this->output, $return_var);
0 commit comments