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 d589934 commit 3f0bc07Copy full SHA for 3f0bc07
README.md
@@ -36,6 +36,7 @@ if ($result->successful()) {
36
}
37
```
38
39
+
40
```php
41
<?php
42
@@ -55,6 +56,7 @@ print 'Exit Code : ' . $result->getExitCode() . PHP_EOL;
55
56
57
58
59
60
61
62
@@ -74,6 +76,7 @@ print 'Hash : ' . $result->getOutput() . PHP_EOL;
74
76
75
77
78
79
80
81
82
@@ -97,3 +100,4 @@ $client->disconnect();
97
100
echo $result->getExitCode();
98
101
99
102
103
0 commit comments