Completed
Pull Request — master (#150)
by Sullivan
01:16
created
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.