craue / CraueFormFlowBundle

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

Updated for php 7 type fixing #273

Closed garf closed 7 years ago

garf commented 7 years ago

In php 7, there is no scalar type boolean but bool.

craue commented 7 years ago

I've also used integer instead of int so far. Could you deal with this as well?

craue commented 7 years ago

Plus, there are even more occurrences in other files.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.751% when pulling 98949128017f70897b1264f7dbc7ebc1d96c3f46 on garf:patch-1 into aaca0758a4abec1144d7b466375e5569226f61bc on craue:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.751% when pulling 6b706ef915d65d60553d138826c3e1c97d512599 on garf:patch-1 into aaca0758a4abec1144d7b466375e5569226f61bc on craue:master.

craue commented 7 years ago

Will you take care of the other files as well?

garf commented 7 years ago

Sorry. I didn't have time to do it properly. :(

craue commented 7 years ago

Nevertheless, thank you for making us aware of this topic.