Completed
Push — master ( 209460...457ac4 )
by Eric
04:15
created
src/Shell.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * The command output (stdout).
67 67
      * Empty if none
68 68
      * 
69
-     * @return mixed
69
+     * @return string
70 70
      */
71 71
     public function getOutput()
72 72
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * Sets the command to execute
89 89
      * 
90 90
      * @param string $command            
91
-     * @return \mithra62\Shell
91
+     * @return Shell
92 92
      */
93 93
     public function setCommand($command)
94 94
     {
Please login to merge, or discard this patch.