Passed
Push — master ( 8ba9d4...e8a22d )
by Joseph
02:57
created
includes/sanitize.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 	 * @param  mixed    $value      The value to sanitize.
22 22
 	 * @param  mixed    $setting    The setting for which the sanitizing is occurring.
23 23
 	 * @return mixed                The sanitized value.
24
-	*/
24
+	 */
25 25
 	function lsx_sanitize_choices( $value, $setting ) {
26 26
 		if ( is_object( $setting ) ) {
27 27
 			$setting = $setting->id;
Please login to merge, or discard this patch.
includes/plugins/woocommerce.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -801,7 +801,7 @@
 block discarded – undo
801 801
 
802 802
 	/**
803 803
 	 * Output the pagination.
804
-	*/
804
+	 */
805 805
 function woocommerce_pagination() {
806 806
 	if ( ! wc_get_loop_prop( 'is_paginated' ) || ! woocommerce_products_will_display() ) {
807 807
 		return;
Please login to merge, or discard this patch.