https://psalm.dev/r/22857fa662
Expected: If a property with name foo is set to an unsafe value, then psalm should warn about reads from foo being tainted, but not properties with other names such as other, whether or not there is an @property tag
Observed: No TaintedInput warning is emitted if the @property tag is absent. The example would also properly emit a warning if __get/__set are removed
https://psalm.dev/r/22857fa662
Expected: If a property with name
foois set to an unsafe value, then psalm should warn about reads fromfoobeing tainted, but not properties with other names such asother, whether or not there is an@propertytagObserved: No TaintedInput warning is emitted if the
@propertytag is absent. The example would also properly emit a warning if__get/__setare removed