Skip to content

Commit e9c57c5

Browse files
committed
fix layout warning
1 parent c107b66 commit e9c57c5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/Image.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@
9696
* default mode is `random`, this allows for full random access to image pixels,
9797
* but is slower and needs more memory.
9898
*
99-
* You can also load formatted images from strings or create images from
99+
* You can also load formatted images from strings or create images from
100100
* PHP arrays.
101101
*
102-
* See the [main libvips documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file) for a more detailed explaination.
102+
* See the [main libvips
103+
* documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file)
104+
* for a more detailed explaination.
103105
*
104106
* The next line:
105107
*
@@ -697,7 +699,9 @@ public static function findLoad(string $filename): ?string
697699
/**
698700
* Create a new Image from a file on disc.
699701
*
700-
* See the [main libvips documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file) for a more detailed explaination.
702+
* See the [main libvips
703+
* documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file)
704+
* for a more detailed explaination.
701705
*
702706
* @param string $name The file to open.
703707
* @param array $options Any options to pass on to the load operation.

0 commit comments

Comments
 (0)