Make ImagickPixelIterator::resetIterator return the documented return type.

This commit is contained in:
Danack
2024-06-30 21:33:33 +01:00
committed by Jakub Zelenka
parent 9f77681c79
commit 655eb99705
+2
View File
@@ -141,6 +141,8 @@ PHP_METHOD(ImagickPixelIterator, resetIterator)
#if MagickLibVersion <= 0x628
internpix->iterator_position = 0;
#endif
RETURN_TRUE;
}
/* }}} */