@@ -289,6 +289,7 @@ |
||
| 289 | 289 | * The command is simply a raw command line entry for everything after the Git binary. |
| 290 | 290 | * For example, a `git config -l` command would be passed as `config -l` via the first argument of this method. |
| 291 | 291 | * |
| 292 | + * @param string $cwd |
|
| 292 | 293 | * @return string The STDOUT returned by the Git command. |
| 293 | 294 | */ |
| 294 | 295 | public function git(string $commandLine, ?string $cwd = null): string |