Better support iterable typehint in PHP language
ClosedPublic

Authored by mtijink on Jul 12 2017, 11:11 AM.

Details

Summary

This diff adds type support for iterable (which is either an object implementing Traversable or an array).

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 12 2017, 11:11 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 12 2017, 11:11 AM
zhigalin accepted this revision as: zhigalin.Jul 12 2017, 1:13 PM
zhigalin added a reviewer: pprkut.
zhigalin added a subscriber: zhigalin.

Looks good to me

This revision is now accepted and ready to land.Jul 12 2017, 1:13 PM
This revision was automatically updated to reflect the committed changes.