Completed
Push — master ( eaa33d...895a47 )
by Greg
01:31
created
src/Transport/TransportInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@  discard block
 block discarded – undo
20 20
      * (e.g. isTty()).
21 21
      *
22 22
      * @param \Consolidation\SiteProcess\SiteProcess $process
23
+     * @return void
23 24
      */
24 25
     public function configure(SiteProcess $process);
25 26
 
@@ -29,7 +30,6 @@  discard block
 block discarded – undo
29 30
      * alias points at a remote system, though, then the arguments are
30 31
      * escaped and wrapped in an appropriate ssh command.
31 32
      *
32
-     * @param AliasRecord $siteAlias alias record of target site.
33 33
      * @param array $args arguments provided by caller.
34 34
      * @return array command and arguments to execute.
35 35
      */
@@ -37,6 +37,7 @@  discard block
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * addChdir adds an appropriate 'chdir' / 'cd' command for the transport.
40
+     * @param string $cd
40 41
      */
41 42
     public function addChdir($cd, $args);
42 43
 }
Please login to merge, or discard this patch.