Completed
Push — 2.0.0-dev ( a2cfa9...640565 )
by Arnaud
02:12
created
src/Command/AbstractCommand.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param $text
144
+     * @param string $text
145 145
      */
146 146
     public function wlAnnonce($text)
147 147
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @param $text
152
+     * @param string $text
153 153
      */
154 154
     public function wlDone($text)
155 155
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param $text
160
+     * @param string $text
161 161
      */
162 162
     public function wlAlert($text)
163 163
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
 
167 167
     /**
168
-     * @param $text
168
+     * @param string $text
169 169
      */
170 170
     public function wlError($text)
171 171
     {
Please login to merge, or discard this patch.