Completed
Push — master ( 35a22d...ff2beb )
by Renato
16:40
created
src/NwLaravel/Process/Background.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @param string $cmd String Cmd
100 100
      *
101
-     * @return this
101
+     * @return string
102 102
      */
103 103
     public function pid($cmd)
104 104
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     /**
109 109
      * Get Pid
110 110
      *
111
-     * @return int
111
+     * @return string
112 112
      */
113 113
     public function getPid()
114 114
     {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Gets the value of log.
120 120
      *
121
-     * @return mixed
121
+     * @return string
122 122
      */
123 123
     public function getLog()
124 124
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * Sets the value of log.
130 130
      *
131
-     * @param mixed $log Mixed Log
131
+     * @param string|null $log Mixed Log
132 132
      *
133 133
      * @return self
134 134
      */
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * Gets the value of error
148 148
      *
149
-     * @return mixed
149
+     * @return string
150 150
      */
151 151
     public function getErrors()
152 152
     {
Please login to merge, or discard this patch.