grido icon indicating copy to clipboard operation
grido copied to clipboard

fix (some) php 8.1 deprecations

Open slepic opened this issue 4 years ago • 2 comments

Prevents

PHP Deprecated: Implicit conversion from float 22.5 to int loses precision in /app/vendor/o5/grido/src/Components/Columns/Column.php:339

in PHP >= 8.1

slepic avatar Jan 18 '22 08:01 slepic

Also prevents:

Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated

in Column::renderExport()

slepic avatar Jan 19 '22 06:01 slepic

Also

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated

in Export::printCsv()

slepic avatar Jan 19 '22 06:01 slepic

@o5 , could you merge these fixes? They look good to me.

peterpp avatar Apr 13 '23 18:04 peterpp

@peterpp i also have php 8.2 branch if you're interested. Just point to my fork in your composer.json

slepic avatar Apr 13 '23 19:04 slepic