Skip to content
Commit 53f30e5b authored by Hugues Mitonneau's avatar Hugues Mitonneau Committed by Heinz Wiesinger
Browse files

Add support for "array of type"

Summary:
When you use `foreach ( $a as $e )`, when `$a` is an 'iterator of x', then type of `$e` is set to 'x'.

This patch add a syntax in `@param` and `@return` to specifiy that `$a` is an 'array of x`: `@param x[]`.
This patch add support when `$a` is an 'array of x'.

{F7663472}

Reviewers: pprkut

Reviewed By: pprkut

Subscribers: pprkut, kdevelop-devel

Tags: #kdevelop

Differential Revision: https://phabricator.kde.org/D24921
parent 12d64962
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