From 33bb77abd28d3699fda429fef466dcaf40f3a3e3 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:26:25 +0100 Subject: [PATCH] Document tentative return type changes in Phar --- reference/phar/Phar/setAlias.xml | 30 +++++++++++++++++++++++--- reference/phar/Phar/setDefaultStub.xml | 15 +++++++++---- 2 files changed, 38 insertions(+), 7 deletions(-) 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