o5 / grido

Grido - DataGrid for Nette Framework
http://o5.github.io/grido-examples/
MIT License
90 stars 88 forks source link

fix (some) php 8.1 deprecations #311

Closed slepic closed 1 year ago

slepic commented 2 years ago

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 commented 2 years ago

Also prevents:

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

in Column::renderExport()

slepic commented 2 years ago

Also

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

in Export::printCsv()

peterpp commented 1 year ago

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

slepic commented 1 year ago

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