File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def generate_operation(op)
111
111
print "void "
112
112
elsif required_output . length == 1
113
113
print "#{ required_output [ 0 ] . to_php } "
114
- elsif
114
+ else
115
115
print "array("
116
116
print required_output . map ( &:to_php ) . join ( ", " )
117
117
print ") "
Original file line number Diff line number Diff line change 79
79
* @method Image hist_find_indexed(Image $index, array $options = []) Find indexed image histogram.
80
80
* @method Image hough_line(array $options = []) Find hough line transform.
81
81
* @method Image hough_circle(array $options = []) Find hough circle transform.
82
- * @method array(project(array $options = []) Find image projections.
83
- * @method array(profile(array $options = []) Find image profiles.
82
+ * @method array(Image, Image) project(array $options = []) Find image projections.
83
+ * @method array(Image, Image) profile(array $options = []) Find image profiles.
84
84
* @method Image measure(integer $h, integer $v, array $options = []) Measure a set of patches on a colour chart.
85
85
* @method array getpoint(integer $x, integer $y, array $options = []) Read a point from an image.
86
86
* @method Image copy(array $options = []) Copy an image.
You can’t perform that action at this time.
0 commit comments