Completed
Push — cli-exception ( 53ba33 )
by Arnaud
03:08
created
src/Command/AbstractCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $text
157
+     * @param string $text
158 158
      */
159 159
     public function wlAnnonce($text)
160 160
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param $text
173
+     * @param string $text
174 174
      */
175 175
     public function wlAlert($text)
176 176
     {
Please login to merge, or discard this patch.