consolidation / output-formatters

Apply transformations to structured data to write output in different formats.
Other
192 stars 13 forks source link

Prevent PHP 8.1 warnings on empty cells #99

Closed claudiu-cristea closed 2 years ago

claudiu-cristea commented 2 years ago

Overview

This pull request:

Summary

On PHP 8.1 a null cell will create a warning:

Deprecated function: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in Consolidation\OutputFormatters\Transformations\Wrap\CalculateWidths->Consolidation\OutputFormatters\Transformations\Wrap\@closure() (line 56 of vendor/consolidation/output-formatters/src/Transformations/Wrap/CalculateWidths.php)

Cast to string a cell when passed to the callback, in CalculateWidths::calculateColumnWidths().