Skip to content

Commit 0c20db9

Browse files
committed
remove stray whitespace
1 parent 5f8ed10 commit 0c20db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/TargetCustom.php

+4-4
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)