Passed
Push — master ( ef4669...9202b0 )
by Malte
07:17 queued 02:44
created
src/IMAP/Client.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -436,14 +436,14 @@
 block discarded – undo
436 436
         return $status;
437 437
     }
438 438
     
439
-     /**
440
-     * Delete Folder
441
-     * @param string $name
442
-      * @param boolean $expunge
443
-     *
444
-     * @return bool
445
-     * @throws ConnectionFailedException
446
-     */
439
+        /**
440
+         * Delete Folder
441
+         * @param string $name
442
+         * @param boolean $expunge
443
+         *
444
+         * @return bool
445
+         * @throws ConnectionFailedException
446
+         */
447 447
     public function deleteFolder($name, $expunge = true) {
448 448
         $this->checkConnection();
449 449
         $status = \imap_deletemailbox($this->getConnection(), $this->getAddress() . \imap_utf7_encode($name));
Please login to merge, or discard this patch.