jenkins-bot has submitted this change and it was merged. Change subject: <?PHP -> <?php due to scap bug ......................................................................
<?PHP -> <?php due to scap bug Bug: T124170 Bug: T124171 Change-Id: Ib8d2b9539e4fb48c5c918a4a98e687a413b599d7 (cherry picked from commit 5c7a559f2a53d1337a1ae86f9bb82f0bbedb5de5) --- M pear/mail/Mail/smtpmx.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/pear/mail/Mail/smtpmx.php b/pear/mail/Mail/smtpmx.php index 25bebf0..b89cb28 100644 --- a/pear/mail/Mail/smtpmx.php +++ b/pear/mail/Mail/smtpmx.php @@ -1,4 +1,4 @@ -<?PHP +<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** -- To view, visit https://gerrit.wikimedia.org/r/265274 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib8d2b9539e4fb48c5c918a4a98e687a413b599d7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vendor Gerrit-Branch: wmf/1.27.0-wmf.11 Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
