Process member properties/calls for unsure types in PHP
ClosedPublic

Authored by mtijink on Jul 26 2017, 10:15 AM.

Details

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.

Diff Detail

Repository
R52 KDevelop: PHP Support
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mtijink created this revision.Jul 26 2017, 10:15 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 26 2017, 10:15 AM
This revision was automatically updated to reflect the committed changes.