We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238ea36 commit e5e4e30Copy full SHA for e5e4e30
src/Target.php
@@ -24,7 +24,6 @@ public function __construct(\FFI\CData $pointer)
24
* $target = VipsTarget.newToDescriptor(1)
25
* Makes a descriptor attached to stdout.
26
* You can pass this target to (for example) @see Image::writeToTarget()
27
-
28
* @throws Exception
29
*/
30
public static function newToDescriptor(int $descriptor): self
0 commit comments