Completed
Push — master ( 91ccea...f6c83d )
by Vasily
06:04 queued 02:17
created
PHPDaemon/Clients/IMAP/Connection.php 1 patch
Doc Comments   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     }
224 224
 
225 225
     /**
226
-     * @param array $flags
226
+     * @param string[] $flags
227 227
      * @param string $from
228 228
      * @param string $to
229 229
      * @param string $mode (+/-)
@@ -278,8 +278,6 @@  discard block
 block discarded – undo
278 278
     }
279 279
 
280 280
     /**
281
-    * @param string $haystack
282
-    * @param string $needle
283 281
     */
284 282
     public function auth($login, $password)
285 283
     {
@@ -592,7 +590,7 @@  discard block
 block discarded – undo
592 590
      * create a new folder (and parent folders if needed)
593 591
      *
594 592
      * @param string $folder folder name
595
-     * @return bool success
593
+     * @return boolean|null success
596 594
      */
597 595
     public function createFolder($folder, $parentFolder = null)
598 596
     {
@@ -606,7 +604,6 @@  discard block
 block discarded – undo
606 604
     /**
607 605
      * remove a folder
608 606
      *
609
-     * @param  string $name name or instance of folder
610 607
      */
611 608
     public function removeFolder($folder)
612 609
     {
Please login to merge, or discard this patch.