mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-26 05:17:12 +00:00
8af8e93970
Clarifies that `in` performs a loose comparison on sequences, mappings, and `Traversable` objects (similar to `==`), points to `same as` for strict comparisons, and warns about boolean left operands. Refs #4650