Skip to content

Commit 91597a6

Browse files
committed
fix cs
1 parent eb54ca8 commit 91597a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/External/Git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getSource(string $commitHash, string $path): string
9191
*
9292
* @return null|false|string returns the output of the shell command as a string, or null if it fails
9393
*/
94-
private function shellExec(string $externalCommand, string ...$args): null|false|string
94+
private function shellExec(string $externalCommand, string ...$args): false|string|null
9595
{
9696
if ($args) {
9797
$px = self::UNESCAPE_SHELL_ARG_PREFIX;

0 commit comments

Comments
 (0)