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 eb54ca8 commit 91597a6Copy full SHA for 91597a6
src/External/Git.php
@@ -91,7 +91,7 @@ public function getSource(string $commitHash, string $path): string
91
*
92
* @return null|false|string returns the output of the shell command as a string, or null if it fails
93
*/
94
- private function shellExec(string $externalCommand, string ...$args): null|false|string
+ private function shellExec(string $externalCommand, string ...$args): false|string|null
95
{
96
if ($args) {
97
$px = self::UNESCAPE_SHELL_ARG_PREFIX;
0 commit comments