diff --git a/reference/phar/Phar/setAlias.xml b/reference/phar/Phar/setAlias.xml
index 4aa227a7bec9..c6f04e929190 100644
--- a/reference/phar/Phar/setAlias.xml
+++ b/reference/phar/Phar/setAlias.xml
@@ -9,7 +9,7 @@
&reftitle.description;
- public boolPhar::setAlias
+ public truePhar::setAlias
stringalias
&phar.write;
@@ -44,8 +44,9 @@
&reftitle.returnvalues;
-
-
+
+ &return.true.always;
+
@@ -57,6 +58,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.4.0
+
+ Phar::setAlias
+ now has a tentative return of true.
+
+
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/phar/Phar/setDefaultStub.xml b/reference/phar/Phar/setDefaultStub.xml
index 6b2c19ce5e73..35ac02778564 100644
--- a/reference/phar/Phar/setDefaultStub.xml
+++ b/reference/phar/Phar/setDefaultStub.xml
@@ -8,7 +8,7 @@
&reftitle.description;
- public boolPhar::setDefaultStub
+ public truePhar::setDefaultStub
stringnullindex&null;
stringnullwebIndex&null;
@@ -45,9 +45,9 @@
&reftitle.returnvalues;
-
- &return.success;
-
+
+ &return.true.always;
+
@@ -72,6 +72,13 @@
+
+ 8.4.0
+
+ Phar::setDefaultStub
+ now has a tentative return of true.
+
+
8.0.0