We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714ba90 commit 8294432Copy full SHA for 8294432
1 file changed
CHANGELOG.md
@@ -21,7 +21,7 @@ The following breaking change only affects you if you're using named arguments:
21
- `BigInteger::gcd()` no longer exhausts memory on large inputs when the GMP extension is not installed
22
- `BigInteger::modInverse()` no longer exhausts memory on large inputs, and is faster when the GMP extension is not installed
23
24
-👌 **Improvements**
+👌 **Static analysis improvements**
25
26
- Narrowed parameter and return types with static analysis annotations:
27
- `nthRoot()`'s `$n` is now `positive-int`
0 commit comments