]> granicus.if.org Git - php/commitdiff
tidy::repairFile() and ::repairString() return string|false
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 29 Nov 2020 23:24:15 +0000 (00:24 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 29 Nov 2020 23:29:10 +0000 (00:29 +0100)
ext/tidy/tidy.stub.php
ext/tidy/tidy_arginfo.h

index 8b55c6b148deacbb837e94e8ed81dfe55ef74ede..4030fa954d72aaa9c00f3813c6c0280f28c69f7e 100644 (file)
@@ -75,13 +75,13 @@ class tidy
     public function parseString(string $string, array|string|null $config = null, ?string $encoding = null) {}
 
     /**
-     * @return bool
+     * @return string|false
      * @alias tidy_repair_string
      */
     public static function repairString(string $string, array|string|null $config = null, ?string $encoding = null) {}
 
     /**
-     * @return bool
+     * @return string|false
      * @alias tidy_repair_file
      */
     public static function repairFile(string $filename, array|string|null $config = null, ?string $encoding = null, bool $useIncludePath = false) {}
index fc56a7f5cfc9c7c328d9e543d547484d40261f46..45f824865bc59a77314102d81c00992216afca99 100644 (file)
@@ -1,5 +1,5 @@
 /* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 4042c33d3ea3f5fb87cfb696488f6280b6ec7e7f */
+ * Stub hash: c4bbc901ca156da7cf0cbcc3c4019c7d3886959f */
 
 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_tidy_parse_string, 0, 1, tidy, MAY_BE_FALSE)
        ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)