craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
734 stars 118 forks source link

Fix deprecation with php 8.1 #394

Closed jderusse closed 2 years ago

jderusse commented 2 years ago

Fixes the deprecation strtolower(): Passing null to parameter #1 ($string) of type string is deprecated

when the form is initialized and the parameter does not exists

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 99.459% when pulling 41be081957bac92f40df304e55530576ce72b78f on jderusse:fix-deprec into 5492c713ec1d93f60c4041f92d6fcb9450b574f9 on craue:master.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 99.459% when pulling 41be081957bac92f40df304e55530576ce72b78f on jderusse:fix-deprec into 5492c713ec1d93f60c4041f92d6fcb9450b574f9 on craue:master.

craue commented 2 years ago

Thank you, @jderusse.

Just for the record: This is a deprecation of PHP 8.1.