Passed
Branch master (4c374f)
by Nirjhar
02:46
created
lib/table.php 1 patch
Switch Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,10 +119,10 @@
 block discarded – undo
119 119
 				case 'caseThree':
120 120
 				return $item[ $column_name ];
121 121
 
122
-			default:
122
+				default:
123 123
 
124
-				//Show the whole array for troubleshooting purposes
125
-				return print_r( $item, true );
124
+					//Show the whole array for troubleshooting purposes
125
+					return print_r( $item, true );
126 126
 			}
127 127
 		}
128 128
 
Please login to merge, or discard this patch.