File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public function __construct()
21
21
/**
22
22
* Attach a write handler.
23
23
*
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.
27
27
*
28
28
* Unlike fwrite, you should return -1 on error.
29
29
*
@@ -98,7 +98,7 @@ public function onEnd(callable $callback): void
98
98
/**
99
99
* Attach a finish handler.
100
100
*
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
102
102
* onEnd().
103
103
*
104
104
* @see TargetCustom::onEnd()
You can’t perform that action at this time.
0 commit comments