Pārlūkot izejas kodu

explain non-interactive

till 13 gadi atpakaļ
vecāks
revīzija
4da56ea617
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      src/Composer/Repository/Vcs/SvnDriver.php

+ 3 - 2
src/Composer/Repository/Vcs/SvnDriver.php

@@ -299,8 +299,9 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
 
     /**
      * Always run commands 'non-interactive':
-     * It's easier to spot issues because then the svn process would fail fast
-     * and not wait for user input.
+     *
+     * It's easier to spot potential issues (e.g. auth-failure) because
+     * non-interactive svn fails fast and does not wait for user input.
      *
      * @return string
      */