Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/265274
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vendor refs/changes/74/265274/1 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: newchange Gerrit-Change-Id: Ib8d2b9539e4fb48c5c918a4a98e687a413b599d7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vendor Gerrit-Branch: wmf/1.27.0-wmf.11 Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
