Hello everyone,

There is a new PR [1] from a contributor, asking for an Intersection Type 
Operator.  This appears to simply use `&` akin to how `|` is used for Union 
Types.

Neither Unions nor Intersections are (yet) in the language itself, but 
`string|null` Union Typing in Tags has been in wide usage for a while now.  
In looking over RFCs on attempts to get these two Type Operators into the 
language, it seems likely to me that the Operators chosen will be `|` and 
`&` if they do ever get in.  As such, I'm personally good with the choice 
of `&` for Intersection Operator for Typing in Tags.

Please keep discussion on this request on this ML thread.

Chuck Burgess, Editor

[1] -- https://github.com/php-fig/fig-standards/pull/1104

-- 
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 php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/9f5897a1-b771-4352-8cba-9851bddcb9ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to