@@ -56,6 +56,7 @@ |
||
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | 58 | * {@inheritdoc} |
| 59 | + * @param \Closure $callback |
|
| 59 | 60 | */ |
| 60 | 61 | public function run(?callable $callback = null, array $env = []): int |
| 61 | 62 | { |
@@ -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 |