File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public function __construct()
2121 /**
2222 * Attach a write handler.
2323 *
24- * The interface is similar to fwrite(). The handler is given a
25- * bytes-like object to write, and should return the number of bytes
26- * written.
24+ * The interface is similar to fwrite(). The handler is given a
25+ * bytes-like object to write, and should return the number of bytes
26+ * written.
2727 *
2828 * Unlike fwrite, you should return -1 on error.
2929 *
@@ -98,7 +98,7 @@ public function onEnd(callable $callback): void
9898 /**
9999 * Attach a finish handler.
100100 *
101- * For libvips 8.13 and later, this method is deprecated in favour of
101+ * For libvips 8.13 and later, this method is deprecated in favour of
102102 * onEnd().
103103 *
104104 * @see TargetCustom::onEnd()
You can’t perform that action at this time.
0 commit comments