jenkins-bot has submitted this change and it was merged.
Change subject: function parameters no more considered as IN_FUNCTION
......................................................................
function parameters no more considered as IN_FUNCTION
Separate the parameters of a function from the processing of the body.
In a code like:
function foo( $var1, $var2 ) {
$var3 = 2;
}
Everything from '$var1' to the final '}' was IN_FUNCTION. This commit
separate processing of the function parameters so they are no more
considered as part of the body (aka IN_FUNCTION).
Change-Id: I34c7d2c53025d241a944064302eb62f985005914
---
M check-vars.php
1 file changed, 11 insertions(+), 2 deletions(-)
Approvals:
Hashar: Looks good to me, approved
jenkins-bot: Verified
--
To view, visit https://gerrit.wikimedia.org/r/37509
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I34c7d2c53025d241a944064302eb62f985005914
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/tools/code-utils
Gerrit-Branch: master
Gerrit-Owner: Platonides <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Platonides <[email protected]>
Gerrit-Reviewer: Thehansmeet <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits