Completed
Push — analysis-8APjQV ( d437f7 )
by Arnaud
08:18 queued 03:59
created
src/Command/AbstractCommand.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @param $text
143
+     * @param string $text
144 144
      */
145 145
     public function wlAnnonce($text)
146 146
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @param $text
159
+     * @param string $text
160 160
      */
161 161
     public function wlAlert($text)
162 162
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $text
167
+     * @param string $text
168 168
      */
169 169
     public function wlError($text)
170 170
     {
Please login to merge, or discard this patch.
src/Command/ListContent/FileExtensionFilter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
 {
17 17
     protected $allowedExt = ['md', 'markdown'];
18 18
 
19
+    /**
20
+     * @param \RecursiveDirectoryIterator $iter
21
+     */
19 22
     public function __construct($iter, $ext = '')
20 23
     {
21 24
         parent::__construct($iter);
Please login to merge, or discard this patch.