This is an interesting topic. I've always found inconsistencies on this topic, since some formatters use the first case, others the latter.
I'm inclined for the first case, since it's normally applied just to the symbol at the immediate right of it... Il giorno lunedì 23 ottobre 2017 08:56:35 UTC+2, Anton Okolelov ha scritto: > > Hello > > Could you please add typecasting space issue in > https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md > > ? > > $intValue = (int)$stringValue; > > or > > $intValue = (int) $stringValue; > > Thank you > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/4040126b-3eba-4146-b1d5-b12da2c0d851%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
