Completed
Pull Request — master (#146)
by Sullivan
17:49
created
src/GitProcess.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/GitWrapper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -289,6 +289,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.