Test Failed
Push — master ( 44764d...6dc399 )
by Mike
04:21
created
unit-tests/Tests/Version4/Orders.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -138,10 +138,10 @@
 block discarded – undo
138 138
 	}
139 139
 
140 140
 		/**
141
-	 * Test the sanitization of the payment_method_title field through the API.
142
-	 *
143
-	 * @since 3.5.2
144
-	 */
141
+		 * Test the sanitization of the payment_method_title field through the API.
142
+		 *
143
+		 * @since 3.5.2
144
+		 */
145 145
 	public function test_create_update_order_payment_method_title_sanitize() {
146 146
 		$product = ProductHelper::create_simple_product();
147 147
 		$data    = [
Please login to merge, or discard this patch.