diff --git a/reference/imagick/imagick/hasnextimage.xml b/reference/imagick/imagick/hasnextimage.xml index 5f2117b7d4..1d3c0c016b 100644 --- a/reference/imagick/imagick/hasnextimage.xml +++ b/reference/imagick/imagick/hasnextimage.xml @@ -1,5 +1,5 @@ - + Imagick::hasNextImage @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns true if the wand has more images when traversing the list in the + Returns true if the object has more images when traversing the list in the forward direction, throwing ImagickException on error. diff --git a/reference/imagick/imagick/haspreviousimage.xml b/reference/imagick/imagick/haspreviousimage.xml index 430480798b..693e1141ac 100644 --- a/reference/imagick/imagick/haspreviousimage.xml +++ b/reference/imagick/imagick/haspreviousimage.xml @@ -1,9 +1,9 @@ - + Imagick::hasPreviousImage - Checks if the wand has a previous image + Checks if the object has a previous image @@ -15,7 +15,7 @@ &warn.undocumented.func; &warn.experimental.func; - Returns true if the wand has more images when traversing the list in the reverse direction + Returns true if the object has more images when traversing the list in the reverse direction @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns true if the wand has more images when traversing the list in the + Returns true if the object has more images when traversing the list in the reverse direction, throwing ImagickException on failure. diff --git a/reference/imagick/imagickpixeliterator/getcurrentiteratorrow.xml b/reference/imagick/imagickpixeliterator/getcurrentiteratorrow.xml index b3600d584b..7ee95f5b0f 100644 --- a/reference/imagick/imagickpixeliterator/getcurrentiteratorrow.xml +++ b/reference/imagick/imagickpixeliterator/getcurrentiteratorrow.xml @@ -1,9 +1,9 @@ - + ImagickPixelIterator::getCurrentIteratorRow - Returns the current row of PixelWands + Returns the current row of ImagickPixel objects @@ -15,7 +15,7 @@ &warn.undocumented.func; &warn.experimental.func; - Returns the current row as an array of pixel wands from the pixel iterator. + Returns the current row as an array of ImagickPixel objects from the pixel iterator. @@ -28,7 +28,7 @@ &reftitle.returnvalues; - Returns a row as an array of PixelWands that can themselves be iterated. + Returns a row as an array of ImagickPixel objects that can themselves be iterated.