Umherirrender has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/349766 )
Change subject: Fix bad newlines ...................................................................... Fix bad newlines Removed \r from files Change-Id: Id95fdcbac6f7c1665be80505568c3aad6077affe --- M WebPlatformAuth.alias.php 1 file changed, 15 insertions(+), 15 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WebPlatformAuth refs/changes/66/349766/1 diff --git a/WebPlatformAuth.alias.php b/WebPlatformAuth.alias.php index 3c8164d..6cb119a 100644 --- a/WebPlatformAuth.alias.php +++ b/WebPlatformAuth.alias.php @@ -1,15 +1,15 @@ -<?php -/** - * Aliases for special pages - * - * @file - * @ingroup Extensions - */ -// @codingStandardsIgnoreFile - -$specialPageAliases = array(); - -/** English (English) */ -$specialPageAliases['en'] = array( - 'AccountsHandler' => array( 'AccountsHandler' ), -); +<?php +/** + * Aliases for special pages + * + * @file + * @ingroup Extensions + */ +// @codingStandardsIgnoreFile + +$specialPageAliases = array(); + +/** English (English) */ +$specialPageAliases['en'] = array( + 'AccountsHandler' => array( 'AccountsHandler' ), +); -- To view, visit https://gerrit.wikimedia.org/r/349766 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id95fdcbac6f7c1665be80505568c3aad6077affe Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WebPlatformAuth Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
