Completed
Push — develop ( c17f48...375ee7 )
by Stuart
04:23 queued 01:51
created
utils/typeinspector_run_dataset.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
 
43 43
     $successList = $failureList = [];
44 44
 
45
-    foreach ($dataSet as $dataItem)
46
-    {
45
+    foreach ($dataSet as $dataItem) {
47 46
         $failed = false;
48 47
         list($retval, $output) = typeinspector_run_dataitem($inspectorName, $dataItem);
49 48
         foreach ($failureTypes as $failureType) {
Please login to merge, or discard this patch.