Test Failed
Push — master ( 2cf2a7...fb7488 )
by Felipe
02:53
created
docs/examples_histogram/ex_histogram.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,8 +23,9 @@
 block discarded – undo
23 23
 
24 24
 // let us read a bigger data set:
25 25
 $data = array();
26
-foreach(file(__DIR__."/../../tests/_data/ex_histogram.data") as $item)
26
+foreach(file(__DIR__."/../../tests/_data/ex_histogram.data") as $item) {
27 27
 	$data[] = floatval(trim($item));
28
+}
28 29
 
29 30
 // let's do a simple histogram
30 31
 $h->setType(\PEAR\Histogram\AbstractHistogram::HISTOGRAM_SIMPLE);
Please login to merge, or discard this patch.