You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of breaking changes below should not be an issue if you've been using the library as intended and documented.
6
+
7
+
## Complete list of breaking changes
8
+
9
+
The following list has been generated with [roave/backward-compatibility-check](https://github.com/Roave/BackwardCompatibilityCheck).
10
+
11
+
```
12
+
[BC] CHANGED: The parameter $value of Kreait\Firebase\JWT\Value\Duration::make() changed from no type to a non-contravariant self|DateInterval|int|string
13
+
[BC] CHANGED: The parameter $other of Kreait\Firebase\JWT\Value\Duration#isLargerThan() changed from no type to a non-contravariant self|DateInterval|int|string
14
+
[BC] CHANGED: The parameter $other of Kreait\Firebase\JWT\Value\Duration#equals() changed from no type to a non-contravariant self|DateInterval|int|string
15
+
[BC] CHANGED: The parameter $other of Kreait\Firebase\JWT\Value\Duration#isSmallerThan() changed from no type to a non-contravariant self|DateInterval|int|string
16
+
[BC] CHANGED: The parameter $other of Kreait\Firebase\JWT\Value\Duration#compareTo() changed from no type to a non-contravariant self|DateInterval|int|string
17
+
[BC] CHANGED: The parameter $duration of Kreait\Firebase\JWT\Action\FetchGooglePublicKeys#ifKeysDoNotExpireCacheFor() changed from no type to a non-contravariant Kreait\Firebase\JWT\Value\Duration|DateInterval|string|int
18
+
[BC] CHANGED: The parameter $ttl of Kreait\Firebase\JWT\Action\CreateCustomToken#withTimeToLive() changed from no type to a non-contravariant Kreait\Firebase\JWT\Value\Duration|DateInterval|string|int
19
+
[BC] CHANGED: The parameter $timeToLive of Kreait\Firebase\JWT\CustomTokenGenerator#createCustomToken() changed from no type to a non-contravariant Kreait\Firebase\JWT\Value\Duration|DateInterval|string|int|null
20
+
[BC] REMOVED: Class Kreait\Firebase\JWT\Error\DiscoveryFailed has been deleted
0 commit comments