Skip to content

Commit 697a1da

Browse files
Update CHANGELOG
1 parent 24e3ce3 commit 697a1da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.php-cs-fixer.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'protected_to_private' => false,
3232
'native_constant_invocation' => ['strict' => false],
3333
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
34+
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
3435
'header_comment' => ['header' => $fileHeaderComment],
3536
])
3637
->setRiskyAllowed(true)

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.30.0
2+
3+
* Polyfill `array_find`, `array_find_key`, `array_any` and `array_all`
4+
* Polyfill `mb_ucfirst` and `mb_lcfirst`
5+
* Fix `mb_convert_encoding` to accept an array of strings
6+
* Update nullable types for PHP 8.4
7+
18
# 1.29.0
29

310
* Fix the `ini_parse_quantity()` polyfill

0 commit comments

Comments
 (0)