Test Failed
Branch phpcsfixes (83430a)
by Andreas
14:02
created
server/includes/modules/class.itemmodule.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -727,10 +727,10 @@
 block discarded – undo
727 727
 		/**
728 728
 		 * Function which copies or moves one or more items.
729 729
 		 *
730
-	 * @param resource $store         MAPI Message Store Object
731
-	 * @param string   $parententryid entryid of the folder
732
-	 * @param mixed    $entryids      list of entryids which will be copied or moved (in binary format)
733
-	 * @param array    $action        the action data, sent by the client
730
+		 * @param resource $store         MAPI Message Store Object
731
+		 * @param string   $parententryid entryid of the folder
732
+		 * @param mixed    $entryids      list of entryids which will be copied or moved (in binary format)
733
+		 * @param array    $action        the action data, sent by the client
734 734
 		 *
735 735
 		 * @return bool true on success or false on failure
736 736
 		 */
Please login to merge, or discard this patch.