File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -722,7 +722,7 @@ public static function newFromFile(
722
722
*
723
723
* @return string|null The name of the load operation, or null.
724
724
*/
725
- public static function findLoad (string $ filename ): string
725
+ public static function findLoad (string $ filename )
726
726
{
727
727
// added in 1.0.5 of the binary module
728
728
if (function_exists ('vips_foreign_find_load ' )) {
@@ -774,7 +774,7 @@ public static function newFromBuffer(
774
774
*
775
775
* @return string|null The name of the load operation, or null.
776
776
*/
777
- public static function findLoadBuffer (string $ buffer ): string
777
+ public static function findLoadBuffer (string $ buffer )
778
778
{
779
779
// added in 1.0.5 of the binary module
780
780
if (function_exists ('vips_foreign_find_load_buffer ' )) {
You can’t perform that action at this time.
0 commit comments