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
It would be nice to see support for PHP 8.4 for this library. Currently PHP emits deprecation warnings as follows:
PHP Deprecated: Diff\Differ\MapDiffer::__construct(): Implicitly marking parameter $listDiffer as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/diff/diff/src/Differ/MapDiffer.php on line 46
PHP Deprecated: Diff\Differ\MapDiffer::__construct(): Implicitly marking parameter $comparer as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/diff/diff/src/Differ/MapDiffer.php on line 46
Deprecated: Diff\Differ\ListDiffer::__construct(): Implicitly marking parameter $arrayComparer as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/diff/diff/src/Differ/ListDiffer.php on line 31
The text was updated successfully, but these errors were encountered:
It would be nice to see support for PHP 8.4 for this library. Currently PHP emits deprecation warnings as follows:
The text was updated successfully, but these errors were encountered: