On Tue, Feb 23, 2021, at 9:15 AM, Woody Gilk wrote: > I’m good with these changes, though I wish the type was more strict.
I'm always for tighter typing where possible, but in this situation I don't think it could be stricter. int and float are both needed. String is needed. The spec text explicitly says that Stringable is allowed, and that arrays are allowed and have a particular meaning. We kinda need all of them. --Larry Garfield -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/07f05a66-a877-45b8-8dc6-2ac97e0fb0fb%40www.fastmail.com.
