Skip to content
Commit ac25815f authored by Matthijs Tijink's avatar Matthijs Tijink Committed by Alexander Zhigalin
Browse files

Process member properties/calls for unsure types in PHP

Summary: In PHP, you can only access properties and call member functions on objects. So this diff looks at an `UnsureType` and, if it contains //exactly// one `StructureType`, decides to interpret the variable as that object for this access/call.

Reviewers: #kdevelop

Subscribers: kdevelop-devel, #kdevelop

Tags: #kdevelop

Differential Revision: https://phabricator.kde.org/D6923
parent 9730beeb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment