Skip to content

Commit aca70ba

Browse files
committed
Mark classes/traits only to be used in the SDK as internal
1 parent 105bb01 commit aca70ba

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

UPGRADE-8.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The following list has been generated with [roave/backward-compatibility-check](
6262
[BC] CHANGED: Class Kreait\Firebase\Database\Transaction became final
6363
[BC] CHANGED: Default parameter value for parameter $code of Kreait\Firebase\Exception\Database\TransactionFailed#__construct() changed from 0 to NULL
6464
[BC] CHANGED: Default parameter value for parameter $code of Kreait\Firebase\Exception\Database\UnsupportedQuery#__construct() changed from 0 to NULL
65+
[BC] CHANGED: Kreait\Firebase\Auth\ActionCodeSettings\ValidatedActionCodeSettings was marked "@internal"
66+
[BC] CHANGED: Kreait\Firebase\Request\EditUserTrait was marked "@internal"
6567
[BC] CHANGED: The number of required arguments for Kreait\Firebase\Exception\Database\UnsupportedQuery#__construct() increased from 1 to 2
6668
[BC] CHANGED: The parameter $accessToken of Kreait\Firebase\Contract\Auth#signInWithIdpAccessToken() changed from string to Lcobucci\JWT\Token|string
6769
[BC] CHANGED: The parameter $actionCodeSettings of Kreait\Firebase\Contract\Auth#getEmailActionLink() changed from no type to Kreait\Firebase\Auth\ActionCodeSettings|array|null

src/Firebase/Auth/ActionCodeSettings/ValidatedActionCodeSettings.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use function is_string;
1616
use function mb_strtolower;
1717

18+
/**
19+
* @internal
20+
*/
1821
final class ValidatedActionCodeSettings implements ActionCodeSettings
1922
{
2023
private ?UriInterface $continueUrl = null;

src/Firebase/Request/EditUserTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use function preg_replace;
1717

1818
/**
19+
* @internal
20+
*
1921
* @template T
2022
*/
2123
trait EditUserTrait

0 commit comments

Comments
 (0)