Passed
Push — master ( 84fbb9...1c981f )
by Malte
05:16 queued 02:06
created
src/IMAP/Client.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -355,14 +355,14 @@
 block discarded – undo
355 355
         return $status;
356 356
     }
357 357
     
358
-     /**
359
-     * Delete Folder
360
-     * @param string $name
361
-      * @param boolean $expunge
362
-     *
363
-     * @return bool
364
-     * @throws ConnectionFailedException
365
-     */
358
+        /**
359
+         * Delete Folder
360
+         * @param string $name
361
+         * @param boolean $expunge
362
+         *
363
+         * @return bool
364
+         * @throws ConnectionFailedException
365
+         */
366 366
     public function deleteFolder($name, $expunge = true) {
367 367
         $this->checkConnection();
368 368
         $status = imap_deletemailbox($this->getConnection(), $this->getAddress() . imap_utf7_encode($name));
Please login to merge, or discard this patch.