Since we are pointing out at inconsistencies, I would also like to mention how `declare` is treated as an exception for no apparent reason.
Why should we write: declare(strict_types=1); When we could write the more consistent variant: declare(strict_types = 1); This exception does not make sense to me. And I know it will be pointed out that `declare` is a construct, but I fail to see how it has anything to do with spaces around operators. "6. Operators" specifically state that all operators must be surrounded by exactly 1 space. Why do it differently for `declare` ? -- 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/ba6bd599-c9eb-4da5-8a58-be9e6feddb55%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
