We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771696e commit 81d6b54Copy full SHA for 81d6b54
src/Image.php
@@ -722,7 +722,7 @@ public static function newFromFile(
722
*
723
* @return string|null The name of the load operation, or null.
724
*/
725
- public static function findLoad(string $filename): string
+ public static function findLoad(string $filename)
726
{
727
// added in 1.0.5 of the binary module
728
if (function_exists('vips_foreign_find_load')) {
@@ -774,7 +774,7 @@ public static function newFromBuffer(
774
775
776
777
- public static function findLoadBuffer(string $buffer): string
+ public static function findLoadBuffer(string $buffer)
778
779
780
if (function_exists('vips_foreign_find_load_buffer')) {
0 commit comments